How can I debug a local IIS service with Visual Studio running as a non-Administrator user?

后端 未结 4 1910
再見小時候
再見小時候 2021-01-08 01:20

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

4条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-08 01:52

    Is there already a website created within IIS for your project? Writing to the IIS metabase does require admin access. If you setup the website as an admin you may be able to debug it as a non-admin. One thing to try/test is to just point IIS at your website's folder and get it running, then use Visual Studio to do a process attach to the w3wp process.

提交回复
热议问题