Abhay Singh
Abhay Singh

Reputation: 1689

Error: unable to start debugging on the server

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

Upvotes: 5

Views: 6290

Answers (2)

hossein andarkhora
hossein andarkhora

Reputation: 798

i add this tag to my web.config

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

you should set debug = true

Upvotes: 0

Stefan
Stefan

Reputation: 17658

The tab in question is Web.

Can you check if the setting mach these?:

enter image description here

Upvotes: 3

Related Questions