Unable to start debuging on the web server

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I have ASP.Net application that I have moved to different machine. When I
try to run it i get the error "Error while trying to run project: Unable to
start debugging on the web server. The project is not configured to be
debugged."

Any help to fix this error is appreciated.

Thanks
Al
 
What about opening IIS?

You could right-click the project, click properties.

On the 'Directory' tab, click the 'configuration' button & then the
'application debugging' tab & check the server-side box in the 'debugging
flags'

Click 'apply' (takes a while) & then click 'ok'

Run the project again & it will work fine.

I hope this helps

Crouchie1998
BA (HONS) MCP MCSE
 

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

Back
Top