How to add ASPNET account on server 2008? [closed]
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this questioni have an error like this:
Retrieving the COM class factory for component with
CLSID {65EB3876-89FF-459F-BF24-02E8DD7F2DB2}
failed due to the followingerror: 80070005 Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
and the page says to do this :
To grant ASP.NET access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.
And... the problem is there! I can't see ASPNET user.I tried reinstall framework 4.0 but ASPNET user not created on IIS 7.5 . What is the solut开发者_如何学编程ion ?
In IIS7, the default user is no longer ASPNET but NETWORK SERVICE.
See this previous question: https://serverfault.com/questions/83194/asp-net-user-account-permissions-in-iis-7-on-windows-2008-server
I guess the error you're getting is out of date.
精彩评论