going from Beta2 to 60day trial version; security

Rouccigncok

New Member
Whoever could help<BR>- I changed <Trust Level="FULL ... NONE" /> no difference<BR>- my application worked fine with Beta2<BR>- any hint what to look for?<BR><BR>below the error msgs<BR><BR>Thanks Ed<BR><BR>Security Exception <BR>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. <BR><BR>Exception Details: System.Security.SecurityException: Requested registry access is not allowed.<BR><BR>Source Error: <BR><BR>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. <BR><BR>Stack Trace: <BR><BR><BR>[SecurityException: Requested registry access is not allowed.]<BR> Microsoft.Win32.RegistryKey.OpenSubKey(String name, Boolean writable) +473<BR> Microsoft.Win32.RegistryKey.OpenSubKey(String name) +27<BR> System.Web.Util.ReadWriteSpinLock..cctor() +110<BR><BR> <BR><BR><BR>--------------------------------------------------------------------------------<BR>Version Information: Microsoft .NET Framework Version:1.0.3705.0; ASP.NET Version:1.0.3705.0problem solved: by making the .Net generated "ASPNET" user account known to the Administrator group all was ok<BR>edproblem solved: by making the .Net generated "ASPNET" user account known to the Administrator group all was ok<BR>ed
 
Back
Top