Visual Studio 2013. You do not have sufficient privilege to access IIS web sites on your machine

前端 未结 12 1686
花落未央
花落未央 2020-12-12 22:40

I just installed VS2013 and turned on IIS 7 on my Windows 7 Ultimate x64 machine. When trying to open a solution I get:

Creation of the virtual direct

12条回答
  •  眼角桃花
    2020-12-12 23:09

    I encountered similar problem. I had not installed IIS yet. 1. I installed IIS. 2. I used aspnet_regiis tool (with -i) to enable Asp.Net on IIS. 3. Tried to load existing web app project. (FAILED with same error) 4. I reset IIS service. 5. I opened VS2013 as administrator and loaded the existing web app project (Succeeded) 6. The virtual directory created on IIS successfully.

    I think the key is the Aspnet_regiis IIS reset and IIS service reset steps.

提交回复
热议问题