Unable to debug

  • Thread starter Thread starter Jim Christiano
  • Start date Start date
J

Jim Christiano

I receive the following error while trying to debug an asp.net application.

Error while trying to run project: Unable to start debugging on the web
server. Click Help for more information.

The only thing that has changed is that I've installed Visual Studio 2005
Beta.

I've tried everything mentioned on support.microsoft.com. My IIS app is
setup correctly and the isapi is registered and mapped. I have the latest
framework from windows update.

Is there a solution for this error?

Thanks,
Jim Christiano
 
Everyone,
I figured it out. In IIS there is a new asp.net configuration property
page when you right click on an application folder and go to properties.
This has to be set back to 1.1, the app removed and created and the iis
server reset for you to debug using visual studio .net 2003.

Thanks,
Jim
 
Back
Top