سؤال

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

هل كانت مفيدة؟

المحلول

The tab in question is Web.

Can you check if the setting mach these?:

enter image description here

نصائح أخرى

i add this tag to my web.config

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

you should set debug = true

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top