Results 1 to 8 of 8

Thread: Created web form....now what?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2003
    Posts
    830

    Created web form....now what?

    Hello,

    I have a website that ASP support and has IIS 5.0 running Windows 2000. I have created a simple web application in VB.NET so now what? Yes, I am a newbie. Are there some simple examples that I can look at that will tell me how to get a web application up and running?

    Thanks!

  2. #2
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    GOOGLE

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2003
    Posts
    830
    Been there.....done that.......

    For those willing to offer real help....Thank you!

  4. #4
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    Does your web hosting company provide ASP hosting, or ASP.Net hosting? First make sure you have support for ASP.Net hosting.

    Now, basically all you need to do is upload the .aspx files, .ascx files, and the whole bin folder into the directory on your server you wish to have the web app running in. If ASP.Net is correctly installed on the server, you should be able to just type in your address to the page, and IIS will do it's job.

    Or, you can try to just create your whole project on the web server if you wanted. When you create a new project, create it at the web server. Up to you...

    Good luck.

  5. #5

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2003
    Posts
    830
    Thanks. My host does offer ASP.NET and the have the IIS and .NET Framework installed but they want $198 per year to run it. I guess I will just have to do it local for now.

  6. #6
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    www.webhost4life.com or www.ehostingbiz.com (I think they are one and the same) provide a 9.95 a month plan (120 a year). Plus you get SQL Server along with other db's and you get 150 MB of space.

    Try those.

  7. #7
    Lively Member morrowasted's Avatar
    Join Date
    Aug 2003
    Location
    Houston, TX
    Posts
    118
    www.apache.org will do it for free, i guess.

    does apache support ASP? i always just use PHP.

    -morrowasted

  8. #8
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    Sure, there are other ways to do things, but this individual is talking about using asp.net.

    As far as I know, Apache doesn't do this....yet...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width