各位大侠:
请问出现这种问题该如何解决。
谢谢
“/VBNETWEB”应用程序中的服务器错误。
--------------------------------------------------------------------------------
安全性异常
说明: 应用程序试图执行安全策略不允许的操作。要授予此应用程序所需的权限,请与系统管理员联系,或在配置文件中更
改该应用程序的信任级别。
异常详细信息: System.Security.SecurityException: 不允许所请求的注册表访问权。
源错误:
行 137:
行 138: Public Sub Application_OnStart()
行 139: System.Diagnostics.EventLog.WriteEntry("VBNetWeb", "VBNetWeb Starting")
行 140: Dim di As DirectoryInfo
行 141: Try
源文件: D:\liukui\VBNETWEB\Global.asax.vb 行: 139
堆栈跟踪:
[SecurityException: 不允许所请求的注册表访问权。]
Microsoft.Win32.RegistryKey.OpenSubKey(String name, Boolean writable) +473
System.Diagnostics.EventLog.CreateEventSource(String source, String logName, String machineName, Boolean
useMutex)
System.Diagnostics.EventLog.WriteEntry(String message, EventLogEntryType type, Int32 eventID, Int16
category, Byte[] rawData)
System.Diagnostics.EventLog.WriteEntry(String source, String message, EventLogEntryType type, Int32
eventID, Int16 category, Byte[] rawData)
System.Diagnostics.EventLog.WriteEntry(String source, String message, EventLogEntryType type, Int32
eventID, Int16 category)
System.Diagnostics.EventLog.WriteEntry(String source, String message, EventLogEntryType type, Int32
eventID)
System.Diagnostics.EventLog.WriteEntry(String source, String message, EventLogEntryType type)
System.Diagnostics.EventLog.WriteEntry(String source, String message)
VBNetWeb.Global.Application_OnStart() in D:\liukui\VBNETWEB\Global.asax.vb:139
--------------------------------------------------------------------------------
版本信息: Microsoft .NET Framework 版本:1.1.4322.2032; ASP.NET 版本:1.1.4322.2032