aspnet test app

  • Thread starter Thread starter Andy Gaskell
  • Start date Start date
We just installed visual studio .net 2003 and ran a simple vb application
that pull up a main application window. It compiled and ran.

We also tried to do the same for an asp.net application: New Project |
ASP.Net Web App | Default: http://localhost//WebApplication1.

Error message: visual studio can not create or open the application because
no web server was detected at this url. Make sure the web server is
installed and running.

Does a local asp server come with visual studio? How does it need to be
setup?
 
We installed IIS from Win2k Pro disk through the control panel.

New error message: Visual studio .net has detected that the specified web
server is not running asp.net version 1.1. You will be unable to run
asp.net web applications or services.

What's next?
 
Start | Programs | Microsoft Visual Studio .Net | Visual Studio .Net Tools |
Visual Studio .Net Command Prompt

c> aspnet_regiis -i

That worked.
 
Back
Top