首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >安全透明方法Umbraco 7的尝试

安全透明方法Umbraco 7的尝试
EN

Stack Overflow用户
提问于 2017-08-29 20:20:56
回答 1查看 412关注 0票数 0

我已经使用visual studio在本地构建了一个Umbrco7站点,这是我第一次将其部署到主机提供商。

我已经在本地IIS上进行了测试

我还检查了托管提供商,该网站具有完全信任。

我已经使用visual studio发布了该网站,并通过FTP将其上传到主机。

不幸的是,在部署站点后,我仍然收到这个错误:

代码语言:javascript
复制
    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.
EN

回答 1

Stack Overflow用户

发布于 2017-09-07 17:17:25

这看起来像是托管方面的信任级别问题。网站是否在完全信任状态下运行?如果不能,你的Umbraco 7站点将无法工作,因为我相信现在它需要完全信任。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/45939016

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档