Problems when trying to write to

G

Gina Hernandez

I just installed .net on my machine, and I don't know why , when running my
web application I am getting this error: (I already gave the appropriate
permissions through the regedt32 and run aspnetiii.exe)


Exception : Requested registry access is not
allowed.System.Security.SecurityException: Requested registry access is not
allowed. at Microsoft.Win32.RegistryKey.OpenSubKey(String name, Boolean
writable) at System.Diagnostics.EventLog.FindSourceRegistration(String
source, String machineName, Boolean readOnly) at
System.Diagnostics.EventLog.SourceExists(String source, String machineName)
at System.Diagnostics.EventLog.SourceExists(String source) at
Wdsc._default.Build_ErrorScreen() in
c:\inetpub\wwwroot\Wdsc\default.aspx.vb:line 493 at
Microsoft.Win32.RegistryKey.OpenSubKey(String name, Boolean writable) at
System.Diagnostics.EventLog.FindSourceRegistration(String source, String
machineName, Boolean readOnly) at
System.Diagnostics.EventLog.SourceExists(String source, String machineName)
at System.Diagnostics.EventLog.SourceExists(String source) at
Wdsc._default.Build_ErrorScreen() in
c:\inetpub\wwwroot\Wdsc\default.aspx.vb:line 493


WHAT ELSE CAN I DO?

THANKS

GINA
 
M

Marina

Are you sure? Try making ASPNET (I am assuming that is what asp.net is
running under) a local admin, and it should work.
 
G

Gina Hernandez

Can you please explain me how do I make ASPNET a local admin? I have
Windows XP.

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top