Ask a Question related to ASP.NET Security, Design and Development.
-
clintonG #1
EventLogTraceListener Security Exception
I 'think' my problem is the result of my attempts to use an
EventLogTraceListener as I am getting an Security Exception
as follows in this scenario...
XP SP1a IIS 5.1 (new install with all updates applied)
ASP.NET Machine Account: Read & Execute, List, Read (added)
After submitting the error message to Google and reading of solutions
to 'similar but not the same' problems that share the same error message
I tried using aspnet_regiis.exe to no avail. I've tried setting the Runtime
Security Policy All_Code LocalIntranet_Zone to Full Trust and no joy.
The problem seems to be that the application can not access the
Registry. Now I'm clueless. The error message follows...
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.
Line 56: Debug.WriteLine("END: TraceSwitch");
Can someone shed some light on how I should reconfigure?
--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET [email]csgallagher@REMOVETHISTEXTmetromilwaukee.com[/email]
URL [url]http://www.metromilwaukee.com/clintongallagher/[/url]
clintonG Guest
-
UserControl Security Exception
I am trying to write directly to the printer as in article KB322090 but via a usercontrol hosted in an ASPX page. When I get the the OpenPrinter... -
Security Exception
On Tue, 06 Jul 2004 20:56:52 GMT, "jamie" <jamie.jones@virgin.net> wrote: It's not an IIS issue. Try annoying just the other five groups for... -
Security Exception on ASP.Net app
I've recently moved an ASP.Net app to our deployment server after it was verified on our integration test server. On the deployment server I am... -
strange xsl security exception under asp.net
hey all, if anyone has any info on the following (or any experiments to suggest), i'd be grateful. i'm at a complete loss. exception: ... -
help with Security Exception ??
Hi, I am getting the following error: Security Exception Description: The application attempted to perform an operation not allowed by the...



Reply With Quote

