Tagged Questions
2
votes
4answers
1k views
How can I debug a local IIS service with Visual Studio running as a non-Administrator user?
I have installed Visual Studio 2008 and am running it as a non-Administrator user.
I have a Web Application project I am developing and would like to debug it using Visual Studio. I can compile and ...
0
votes
3answers
232 views
Debug in VS as non-admin
I'm doing some WinForms development, running XP and VS 2005 (ancient, I know). I'd like to make sure my application can run without admin rights, but I'm too lazy to try to run VS as a non-admin, and ...