Unalbe to start debugging on the web server....

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

Guest

Everytime I run an aspx page via the run command from Visual Studio 2003 I
get the following error.

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.

I have reinstalled Framework and run repair on Visual Studio 2003.

The only thing that I can think of is that I have VS2003 installed on drive
letter D instead of C. Maybe the debugger registry is still pointing to C,
but I don't know where the reg settings my be.

Any thoughts?
 
I think It can be fixed by running asp_regiis.exe for the correct version in
window\microsoft.net directory
 
Sorry, but that did not help.

I can build the solution and display the pages in a Browser just find, but
not with the debugger.

Thanks,

Jim
 
Couple thoughts...

Building in Debug or Release Mode?

web.config have debug=true?

Greg
 
Jim said:
Everytime I run an aspx page via the run command from Visual Studio 2003 I
get the following error.

Error while trying to run project: Unable to start debugging on the web
server. Could not start ASP.NET or ATL server debugging.

Make sure that in IIS that you have set up the project as an Application.

Go into the IIS manager.

Find your project, and right click on it to bring up properties.

It should be set to run as an application and the application should be the
same name as the project.

Also, set it to use Medium Protection ( if that doesn't work, use Low
Protection ).
 
It was an application. It was in in Medium and I tried in low as well. No
luck. Thanks for the suggestions.
 
Back
Top