我已经使用visual studio在本地构建了一个Umbrco7站点,这是我第一次将其部署到主机提供商。
我已经在本地IIS上进行了测试
我还检查了托管提供商,该网站具有完全信任。
我已经使用visual studio发布了该网站,并通过FTP将其上传到主机。
不幸的是,在部署站点后,我仍然收到这个错误:
Attempt by security transparent method 'Umbraco.Core.BindingRedirects.Initialize()'
to access security critical method
'System.AppDomain.add_AssemblyResolve(System.ResolveEventHandler)' failed.
Assembly 'Umbraco.Core, Version=1.0.6428.37121, Culture=neutral, PublicKeyToken=null'
is partially trusted,
which causes the CLR to make it
entirely security transparent regardless of any
transparency annotations in the assembly itself.
In order to access security critical code, this
assembly must be fully trusted.发布于 2017-09-07 17:17:25
这看起来像是托管方面的信任级别问题。网站是否在完全信任状态下运行?如果不能,你的Umbraco 7站点将无法工作,因为我相信现在它需要完全信任。
https://stackoverflow.com/questions/45939016
复制相似问题