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

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?
 
G

Guest

I think It can be fixed by running asp_regiis.exe for the correct version in
window\microsoft.net directory
 
G

Guest

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
 
G

Greg Burns

Couple thoughts...

Building in Debug or Release Mode?

web.config have debug=true?

Greg
 
M

Moonraker

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 ).
 
G

Guest

It was an application. It was in in Medium and I tried in low as well. No
luck. Thanks for the suggestions.
 

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