New to .NET, need help with Web Server

G

Guest

I recently began teaching myself via these newsgroups and reading how to program "stuff". I attempted to open a new project and chose ASP.NET Web Application, when I hit OK to open the project I am told: "Visual Studio .NET cannot create or open the application because no Web server is detected at this URL: 'http//localhost/WebApplication1'. Make sure the Web server is installed and running .

What does that mean and what do I need to do to rectify this problem

-Steve
 
S

Steve C. Orr [MVP, MCSD]

You need to install IIS. It's on the WindowsXP Pro CD but not installed by
default.
Go into Control Panel, Add/Remove windows components.

Then you need to repair your mappings.
To do this, run the following command:
aspnet_regiis.exe -i
Here's further information:
http://support.microsoft.com/default.aspx?scid=KB;EN-US;q306005

Or there's the free cassini web server:
http://www.asp.net/Default.aspx?tabindex=7&tabid=41

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
Hire top-notch developers at http://www.able-consulting.com



Steven M. Britton said:
I recently began teaching myself via these newsgroups and reading how to
program "stuff". I attempted to open a new project and chose ASP.NET Web
Application, when I hit OK to open the project I am told: "Visual Studio
..NET cannot create or open the application because no Web server is detected
at this URL: 'http//localhost/WebApplication1'. Make sure the Web server is
installed and running ."
 
N

.NET Follower

hi, this is amit
i guess u hv some problem with IIS
just check hv u installed on ur machine ..
in add remove prog option
as webserver means ur localhost which hosts webapps

amit
Steven M. Britton said:
I recently began teaching myself via these newsgroups and reading how to
program "stuff". I attempted to open a new project and chose ASP.NET Web
Application, when I hit OK to open the project I am told: "Visual Studio
..NET cannot create or open the application because no Web server is detected
at this URL: 'http//localhost/WebApplication1'. Make sure the Web server is
installed and running ."
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top