Unable to start debugging on the web server.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to debug an app in Visual Studio .NET Version 1.1.4322 SP1. Here
is the MDE Error I get...."Error while trying to run project: Unable to start
debugging on the web server. Could not start ASP.NET or ATL Server
debugging. Verify that ASP.NET or ATL Server is correctly installed on the
server."

Note:
1. I did try to install Visual Studio .NET before IIS. (very bad, I know)
2. I have uninstalled VS, installed IIS, reinstalled VS again and again
3. I keep getting the same error. Am I doomed forever because I ignored the
installation order of precedence? PLEASE HELP!!!
 
Hi Harwell
check these steps

1. After uninistallation of VS install IIS and restart and
check whether the iis is working fine or not
2. Install VS
3. create project and run
4. even if you are getting problem like unable to start project
, project is not configured for debugging , then go to IIS manager and
select the project in the iis website and right click go to properties
and click create application and go to command prompt and type iisreset
and try again


I hope this will help you
 
Hi Harwell
check these steps

1. After uninistallation of VS install IIS and restart and
check whether the iis is working fine or not
2. Install VS
3. create project and run
4. even if you are getting problem like unable to start project
, project is not configured for debugging , then go to IIS manager and
select the project in the iis website and right click go to properties
and click create application and go to command prompt and type iisreset
and try again


I hope this will help you
 
Back
Top