Problemns to debug ASP.NET

  • Thread starter Thread starter marcelo
  • Start date Start date
M

marcelo

When I try to debug my ASPX application, I receive this
Error message:

Error while trying to run project : Unable to start
debugging on the web server. System Call failed

Somebody knows what is, and how I resolve this?
 
Have you ever been able to debug an asp.net application? If not then you
probably have debug set to false in your property pages. Change it to true.
 
Back
Top