字典中的關(guān)鍵字:“RegistryPermission”所添加的關(guān)鍵字:“RegistryPermission” 報錯,因為服務(wù)器上安全狗對.net程序關(guān)鍵字過于苛刻引出報錯。
今天碰到一個.net的報錯,之前并沒見過這種報錯,也沒有太多的詳細信息?!?”應(yīng)用程序中的服務(wù)器錯誤。
字典中的關(guān)鍵字:“RegistryPermission”所添加的關(guān)鍵字:“RegistryPermission”
說明: 執(zhí)行當(dāng)前 Web 請求期間,出現(xiàn)未處理的異常。請檢查堆棧跟蹤信息,以了解有關(guān)該錯誤以及代碼中導(dǎo)致錯誤的出處的詳細信息。
異常詳細信息: System.ArgumentException: 已添加項。字典中的關(guān)鍵字:“RegistryPermission”所添加的關(guān)鍵字:“RegistryPermission”
源錯誤:
執(zhí)行當(dāng)前 Web 請求期間生成了未處理的異常??梢允褂孟旅娴漠惓6褩8櫺畔⒋_定有關(guān)異常原因和發(fā)生位置的信息。
堆棧跟蹤:
代碼如下:
[ArgumentException: 已添加項。字典中的關(guān)鍵字:“RegistryPermission”所添加的關(guān)鍵字:“RegistryPermission”]
System.Collections.Hashtable.Insert(Object key, Object nvalue, Boolean add) +7482408
System.Collections.Hashtable.Add(Object key, Object value) +11
System.Security.Policy.PolicyLevel.FromXml(SecurityElement e) +307
System.Security.SecurityManager.LoadPolicyLevelFromStringHelper(String str, String path, PolicyLevelType type) +207
System.Security.SecurityManager.LoadPolicyLevelFromString(String str, PolicyLevelType type) +37
System.Web.HttpRuntime.CreatePolicyLevel(String configFile, String appDir, String binDir, String strOriginUrl, Boolean& foundGacToken) +420
System.Web.HttpRuntime.SetTrustLevel(TrustSection trustSection, SecurityPolicySection securityPolicySection) +8913358
System.Web.HttpRuntime.HostingInit(HostingEnvironmentFlags hostingFlags) +186
[HttpException (0x80004005): 已添加項。字典中的關(guān)鍵字:“RegistryPermission”所添加的關(guān)鍵字:“RegistryPermission”]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +8886319
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +85
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +259
--------------------------------------------------------------------------------
版本信息: Microsoft .NET Framework 版本:2.0.50727.3053; ASP.NET 版本:2.0.50727.3053
剛開始以為是權(quán)限還是dll文件有問題,最后才發(fā)現(xiàn)原來是服務(wù)器上安裝了安全狗的問題
在安全狗中有一個與.net相關(guān)的配置面板,將其改成完整模式,沒有任何權(quán)限限制,系統(tǒng)默認級別
更多信息請查看IT技術(shù)專欄