Max, look in your machine.config file under the processModel element. Ensure that its username is set to "machine" and the password is set to "AutoGenerate" as this means that it is set up with the defaults.
If you've done that, and it's still not working, try running aspnet_regiis.exe from the 1.1 framework directory and restarting IIS. This should sync up the ASPNET password.
If it still doesn't work, you maybe modified the default permissions for the ASPNET account, so look at this KB article for info on the perms it needs:
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q317012#4
If you're on a domain controller, look at this article:
http://support.microsoft.com/default.aspx?scid=kb;en-us;315158
If you're still stuck, try asking in the ASP.NET Forums ( http://www.asp.net/Forums).
If you've done that, and it's still not working, try running aspnet_regiis.exe from the 1.1 framework directory and restarting IIS. This should sync up the ASPNET password.
If it still doesn't work, you maybe modified the default permissions for the ASPNET account, so look at this KB article for info on the perms it needs:
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q317012#4
If you're on a domain controller, look at this article:
http://support.microsoft.com/default.aspx?scid=kb;en-us;315158
If you're still stuck, try asking in the ASP.NET Forums ( http://www.asp.net/Forums).
解决ASP.NET权限问题
本文提供了几个步骤来解决ASP.NET应用程序中可能出现的权限问题。首先检查machine.config文件中的processModel元素配置是否正确,确保用户名设置为machine且密码设置为AutoGenerate。如果问题仍然存在,可以尝试重新运行aspnet_regiis.exe并重启IIS服务。对于更改了默认ASP.NET账户权限的情况,参考Microsoft的知识库文章进行权限调整。
6642

被折叠的 条评论
为什么被折叠?



