Ask a Question related to ASP.NET Security, Design and Development.
-
Suhail Salman #1
SecurityException when i try to write to the event
Dear all,
why do i get the following exception when i try to write to the event
log from a webform. and how can i resolve it?
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.
i changed the trust level in my computer zone to full trust. but its still
the same, even though that this exception is thrown from a dll which is
referenced in the major project.
thank you for your help.
suhail
Suhail Salman Guest
-
Help ! - App move to IIS6 - cannot write to event log!
I've researched like mad and haven't found a real answer to this: I have a large application, classic ASP and VB6 COM objects that has been moved... -
Event Log Write Access error.
I have a web service that runs on Win2003 under an Application Pool with user identity. If that user is a member of Administrators group, then the... -
SecurityException on EventLog.CreateEventSource
Hi All, Can anybody tell me how to write to the application event log with a new source. I'm running the .Net example code but can't get it to... -
Custom Event Log Write Error
We are experiencing the following error when writing to a custom log file: "Requested registry access is not allowed." We have created the custom... -
event monitor write to table in V8
Hi, I'm trying to create an event monitor that writes to tables in a specific tablespace (TEST_TBS) but when I include the IN tablespace clause,... -
Flare #2
Re: SecurityException when i try to write to the event
> Exception Details: System.Security.SecurityException: Requested registry
Its problably the asp worker process wich is not allowed to write to the> access is not allowed.
>
> i changed the trust level in my computer zone to full trust. but its still
> the same, even though that this exception is thrown from a dll which is
> referenced in the major project.
eventlog.
First of all are your sure it excist? If not try creating it with this
approach.
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemdiagnosticseventloginstallerclasstopic. asp[/url]
Reagards,
Anders J, Dk
Flare Guest



Reply With Quote

