安全例外当我试图在另一个系统的

时间:2016-06-08 07:02:41

标签: asp.net security webmatrix

我有一个asp代码可以在一个系统上完美运行。我正在使用Microsoft Web矩阵来运行它。但是当我试图在另一个系统中运行它时,我遇到了一些错误:

  

' /'中的服务器错误应用

     

安全例外

     

描述:应用程序尝试不执行操作   安全政策允许。授予此应用程序   必要的权限请联系您的系统管理员或更改   应用程序在配置文件中的信任级别。

     

异常详细信息:System.Security.SecurityException:源是   找不到,但无法搜索部分或全部事件日志。   无法访问的日志:安全性。

     

来源错误:

Line 136:        catch (Exception ex1)
Line 137:        {
Line 138:            EventLog.WriteEntry("GLOBAL_ASAX.Session_Start", ex1.Message + ": " + ex1.StackTrace, EventLogEntryType.Error);         
Line 139:        }
Line 140:    }
  

源文件:c:\ Users \ sysadmin \ Documents \ NET2_VXLICENSING_Web \ Global.asax行:138

     

堆栈追踪:

[SecurityException: The source was not found, but some or all event logs could not be searched.  Inaccessible logs: Security.]
   System.Diagnostics.EventLog.FindSourceRegistration(String source, String machineName, Boolean readOnly) +665
   System.Diagnostics.EventLog.SourceExists(String source, String machineName) +104
   System.Diagnostics.EventLog.VerifyAndCreateSource(String sourceName, String currentMachineName) +75
   System.Diagnostics.EventLog.WriteEntry(String message, EventLogEntryType type, Int32 eventID, Int16 category, Byte[] rawData) +205
   System.Diagnostics.EventLog.WriteEntry(String source, String message, EventLogEntryType type, Int32 eventID, Int16 category, Byte[] rawData) +87
   System.Diagnostics.EventLog.WriteEntry(String source, String message, EventLogEntryType type) +14
   ASP.global_asax.Session_Start(Object sender, EventArgs e) in c:\Users\sysadmin\Documents\NET2_VXLICENSING_Web\Global.asax:138
   System.Web.SessionState.SessionStateModule.RaiseOnStart(EventArgs e) +8879616
   System.Web.SessionState.SessionStateModule.CompleteAcquireState() +237
   System.Web.SessionState.SessionStateModule.BeginAcquireState(Object source, EventArgs e, AsyncCallback cb, Object extraData) +504
   System.Web.AsyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +66
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +155
  

版本信息:Microsoft .NET Framework版本:2.0.50727.5485; ASP.NET版本:2.0.50727.5491

我在互联网上搜索了很多关于它的信息,但没有任何工作。我还更新了注册表项。

0 个答案:

没有答案