I'm having trouble starting the debugger on an ASP .Net application.
My co-worker has no trouble with the same code. I unzip the project
into inetpub/wwwroot and then open the solution in VS, but when I try
to start the debugger I get the error message:
"Error while trying to run project: Unable to start debugging on the
web server. The project is not configured to be debugged."
I've checked the web.config file and debug=true.
Anyone know how to fix this?
TIA
My co-worker has no trouble with the same code. I unzip the project
into inetpub/wwwroot and then open the solution in VS, but when I try
to start the debugger I get the error message:
"Error while trying to run project: Unable to start debugging on the
web server. The project is not configured to be debugged."
I've checked the web.config file and debug=true.
Anyone know how to fix this?
TIA