C
cHrisV
I have an aplication in .NET... and i have de error..
******************************************************
Exception Details: System.Security.SecurityException:
Requested registry access is not allowed.
Source Error:
An unhandled exception was generated during the execution
of the current web request. Information regarding the
origin and location of the exception can be identified
using the exception stack trace below.
Stack Trace:
[SecurityException: Requested registry access is not
allowed.]
Microsoft.Win32.RegistryKey.OpenSubKey(String name,
Boolean writable) +473
System.Diagnostics.EventLog.CreateEventSource(String
source, String logName, String machineName, Boolean
useMutex)
System.Diagnostics.EventLog.CreateEventSource(String
source, String logName, String machineName)
System.Diagnostics.EventLog.CreateEventSource(String
source, String logName)
Microsoft.ApplicationBlocks.ExceptionManagement.DefaultPubl
isher.VerifyValidSource()
*********************************************************
and my question is:
how is possible to set permision to registry.. like in
WIN XP.. for example ( i have win2000 server)
******************************************************
Exception Details: System.Security.SecurityException:
Requested registry access is not allowed.
Source Error:
An unhandled exception was generated during the execution
of the current web request. Information regarding the
origin and location of the exception can be identified
using the exception stack trace below.
Stack Trace:
[SecurityException: Requested registry access is not
allowed.]
Microsoft.Win32.RegistryKey.OpenSubKey(String name,
Boolean writable) +473
System.Diagnostics.EventLog.CreateEventSource(String
source, String logName, String machineName, Boolean
useMutex)
System.Diagnostics.EventLog.CreateEventSource(String
source, String logName, String machineName)
System.Diagnostics.EventLog.CreateEventSource(String
source, String logName)
Microsoft.ApplicationBlocks.ExceptionManagement.DefaultPubl
isher.VerifyValidSource()
*********************************************************
and my question is:
how is possible to set permision to registry.. like in
WIN XP.. for example ( i have win2000 server)