Question

I have designed and development my website using visual studio 2010 mvc3. I have copied my project from my server and after editing database server name I am trying to run my project. But it is showing error that:

Unable to start debugging on the server. The debugger cannot connect to the remote computer. This may be because the remote computer does not exit or firewall may be preventing communication to the remote computer. Please see help or assistance".

Please help me. Thanx in advance

Was it helpful?

Solution

The tab in question is Web.

Can you check if the setting mach these?:

enter image description here

OTHER TIPS

i add this tag to my web.config

<system.web>
<compilation debug="true"></compilation>

you should set debug = true

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top