Pregunta

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

¿Fue útil?

Solución

The tab in question is Web.

Can you check if the setting mach these?:

enter image description here

Otros consejos

i add this tag to my web.config

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

you should set debug = true

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top