Reply to thread

Ok, I found my debugging problem. I hope this post will help anyone in the future that experience that same problem.


A few days ago I moved all my web files  from my local PC (which acted as my web server) to a remote server. After I did that I opened my .sln file in notepad and change the url to point to the new server. The mistake I made was I used the IP address instead of the computer name (i.e. http://10.10.1.1/... instead of http://machinename/... After I made this change I was able to debug again. I will include the error message so others can search on it (Error while trying to run project: Unable to start debugging on the web server. Access is denied.)


Hope this helps someone else.


James


Back
Top