Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot debug in VS2008 with Windows 7

Since installing Windows 7, I cannot debug a website. I am an administrator on the machine, but when I try to debug, it says: Unable to start debugging on the web server. YOu do not have permissions to debug the web server process. You need to either be running as the same user account as the web ser, or have administrator privlege." I have IIS set up on my machine and am using that as a custom server on port 81...

Any ideas?

like image 343
chad Avatar asked Nov 05 '22 20:11

chad


1 Answers

Try running Visual Studio as Administrator. Right click its icon -> "Run as Administrator"

like image 173
Victor Hurdugaci Avatar answered Nov 13 '22 01:11

Victor Hurdugaci