Plötsligt vill min ASP.NET applikation inte funkar eftersom säkerhetspolicyn inte godkänner att min kod försöker öppna Windows eventlog. Raden som falerar ser ut så här: Hej, i en av de senare artiklarna har jag skrivit hur du löser detta. Hittar inte din artikel. Har du en länk? Gå till artiklarna, fliken nya artiklar och jag tror det är den 11:e ovanifrån. Se Artikel [Köra .net exefiler på server från klient]The application attempted to perform an operation not allowed by the security po
if (!EventLog.SourceExists(eventSource))...
Det märkliga är att applikationen har funkat i snart ett år men idag, när jag skulle öppna projektet och startade det så fick jag plötsligt följande fel:
FELMEDDELANDE BÖRJAR ======================================================
EventLog.SourceExists(eventSource))
Security Exception
Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file.
Exception Details: System.Security.SecurityException: Requested registry access is not allowed.
Source Error:
Line 280: {
Line 281: // add entry to windows event log (only to be used on Win2k, WinXP and above...
Line 282: if(!EventLog.SourceExists(eventSource))
Line 283: EventLog.CreateEventSource(eventSource, LogName, ".");
Line 284:
Source File: F:\Projects\AdRunner\Implementation\AdRunnerDatabaseE\Log.cs Line: 282
Stack Trace:
[SecurityException: Requested registry access is not allowed.]
Microsoft.Win32.RegistryKey.OpenSubKey(String name, Boolean writable) +473
System.Diagnostics.EventLog.FindSourceRegistration(String source, String machineName, Boolean readOnly)
System.Diagnostics.EventLog.SourceExists(String source, String machineName)
System.Diagnostics.EventLog.SourceExists(String source)
AdRunner.Data.Log.AddEvent(String message, String eventSource, EventLogEntryType eventType) in F:\Projects\AdRunner\Implementation\AdRunnerDatabaseE\Log.cs:282
AdRunner.Home.OnInit(EventArgs e) in c:\adrunnerweb\home.aspx.cs:431
System.Web.UI.Control.InitRecursive(Control namingContainer)
System.Web.UI.Page.ProcessRequestMain()
System.Web.UI.Page.ProcessRequest()
System.Web.UI.Page.ProcessRequest(HttpContext context)
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute()
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87
FELMEDDELANDE SLUT ======================================================
Jag har inte ändrat något i .NET's säkerhetsinställningar eller pillat på nåt alls egentligen. Vet någon vad som kan ha hänt?Sv: The application attempted to perform an operation not allowed by the securit
Sv: The application attempted to perform an operation not allowed by the securi
Sv: The application attempted to perform an operation not allowed by the secur