我已经在本地使用Visual Studio构建了一个Umbraco 7网站,这是我第一次将其部署给托管提供商。
我已经在本地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.
看起来像是在托管方面的信任级问题。网站是否完全信任运行?如果没有,您的Umbraco 7网站将无法正常工作,因为我相信这几天需要完全信任。