我有Win 8.1 Enterprise和Web Api编程的Web服务 我将其作为网站部署到IIS
在浏览器中调用“localhost:9810 / api / person”url时显示以下错误
The current identity (IIS APPPOOL\PersonService) does not have write access to
'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files'.
我该如何解决这个问题? (需要一步一步的指导!)
更新:
我在调用http:// localhost /
时安装了所有IIS,.NET 3.5,.NET 4.5功能浏览器显示此错误!!!为什么?!!!
The current identity (IIS APPPOOL\DefaultAppPool) does not have write access to
'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files'.
和通话时(作为管理员)
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Aspnet_regiis.exe
CMD说:
Microsoft (R) ASP.NET RegIIS version 4.0.30319.33440
Administration utility to install and uninstall ASP.NET on the local machine.
Copyright (C) Microsoft Corporation. All rights reserved.
Start installing ASP.NET (4.0.30319.33440).
This option is not supported on this version of the operating system. Administr
ators should instead install/uninstall ASP.NET 4.5 with IIS8 using the "Turn Win
dows Features On/Off" dialog, the Server Manager management tool, or the dism.e
xe command line tool. For more details please see http://go.microsoft.com/fwlin
k/?LinkID=216771.
Finished installing ASP.NET (4.0.30319.33440).