c# – 指定的用户没有有效的配置文件.无法加载XXX.dll
作者:互联网
在网站上,我收到此错误:
The specified user does not have a valid profile. Unable to load XXX.dll
尝试任何页面加载时会发生这种情况.
解决方法:
在IIS的apppool高级设置中设置为加载用户配置文件true:
更多信息在这里:http://www.iis.net/learn/manage/configuring-security/application-pool-identities
标签:c,asp-net-mvc,iis-7-5 来源: https://codeday.me/bug/20190517/1121591.html