M
Mike Malter
On my XP Professional dev machine, I am able to read the registry by giving
permissions to the ASP.NET account on the local machine.
When I transfer the code to my staging server (Windows 2003), I am getting a
System.Security.SecurityException: Requested registry access is not allowed.
The key is there, I exported it from my XP machine. The permissions are there, and I
can see in the error message the code breaks where I try to read the key.
I am new to using the registry in web apps, and am wondering if there are additional
settings required on a Windows 2003 server to allow my web app to read the registry.
Thank you.
permissions to the ASP.NET account on the local machine.
When I transfer the code to my staging server (Windows 2003), I am getting a
System.Security.SecurityException: Requested registry access is not allowed.
The key is there, I exported it from my XP machine. The permissions are there, and I
can see in the error message the code breaks where I try to read the key.
I am new to using the registry in web apps, and am wondering if there are additional
settings required on a Windows 2003 server to allow my web app to read the registry.
Thank you.