How Do I get a Web Server on my Visual Studio.NET 2003?

Hi All,

            I  purchased Visual Studio.NET 2003 recently. I cannot practice developing Web applications because I don't have a Web Server installed.
Can anyone tell me how to get a Web Server to run in this enviroment
Thanks


Answer this question

How Do I get a Web Server on my Visual Studio.NET 2003?

  • W F

    To install an Internet Information Services Web server to your PC do the following:
    Start -> Settings -> Control Panel -> Add Remove Programs -> Add/Remove Windows Components. Select "Internet Information Services" check box (if it is isn't checked). And do what you will be asked to do.

  • Luke_82

    The web server is not included in VS.NET is on the WindowsXP Pro Cd o Windows 2003.
    You can install it from the control panel (add/remove windows components).

    bye
    .ema

  • Aaron Gibbs

    Hi,

    Dont forget to execute this command aspnet_regiis -i if you are installing IIS after installing VS.NET 2003.

    This is required to make web development functional.

    Regards

    M. Rajesh
    .NET/Windows Shell MVP
    http://www.winxpsolution.com
    http://spaces.msn.com/members/mrajesh

  • vostja

    What OS do you have

  • How Do I get a Web Server on my Visual Studio.NET 2003?