Can not debug in .NET 2003

  • Thread starter Thread starter Fred
  • Start date Start date
F

Fred

Getting this error:
"Error while trying to run project: Unable to start
debugging on the web server. The server does not support
debugging of ASP.NET or ATL Server applications"

Found KB-318465 that references the aspnet_isapi.dll
for .aspx pages. That setting is correct. Not sure what to
check/do next.

HELP!!
 
Fred,

Even if the aspnet_isapi.dll is registered in IIS, you still may have a
problem with the ASPNET account or other issues. This error is usually
corrected by running aspnet_regiis -i from a VS.NET Command Prompt. If it
persists after doing that, run an IISRESET and see if that resolves.

Jim Cheshire [MSFT]
Developer Support
ASP.NET
(e-mail address removed)

This post is provided as-is with no warranties and confers no rights.

--------------------
 
Back
Top