gofind - 2012/7/6 15:15:00
“/”应用程序中的服务器错误。
--------------------------------------------------------------------------------
操作可能会破坏运行时稳定性。
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。
异常详细信息: System.Security.VerificationException: 操作可能会破坏运行时稳定性。
源错误:
执行当前 Web 请求期间生成了未处理的异常。可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息。
堆栈跟踪:
[VerificationException: 操作可能会破坏运行时稳定性。]
BvsTGE8TupBFELylTT.WxxUSxfiP3wDTkqWks.EEcfppLeMA6LrxKveN(Object , Object ) +12
BvsTGE8TupBFELylTT.WxxUSxfiP3wDTkqWks.wirad6HmI(Int32 ) +12987
PageAdmin.master_login.Page_Load(Object src, EventArgs e) +594
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
--------------------------------------------------------------------------------
版本信息: Microsoft .NET Framework 版本:2.0.50727.3634; ASP.NET 版本:2.0.50727.3634
xiyou - 2012/7/6 15:26:00
见:http://bbs.pageadmin.net/showtopic-20089.aspx
gofind - 2012/7/6 16:28:00
多谢了,有没有修改网站来适应服务器的方法?
xiyou - 2012/7/6 17:46:00
方法是有,不过需要系统配置文件里面的<location allowOverride="false"> allowOverride设置为true才可以自定义权限,否组会出错。