T
Toty Santana
I am trying to store the username and password in the registry using the
(aspnet_setreg.exe) tool, and then add registry pointers in the web.config
file
<identity impersonate="true"
userName="registry:HKLM\SOFTWARE\OHS\identity\ASPNET_SETREG,userName"
password="registry:HKLM\SOFTWARE\OHS\identity\ASPNET_SETREG,password"/>
I am using VS 2005 and the above mechanism works when I am debugging the
application using VS development server (the builtin IIS that comes with VS
2005) but when I deploy the application to IIS 5 on the same machine I
receive the following error
(Error reading configuration information from the registry)
I thought it is a registry permissions error but I tested the application on
the same machine.
Any help will be appreciated.
(aspnet_setreg.exe) tool, and then add registry pointers in the web.config
file
<identity impersonate="true"
userName="registry:HKLM\SOFTWARE\OHS\identity\ASPNET_SETREG,userName"
password="registry:HKLM\SOFTWARE\OHS\identity\ASPNET_SETREG,password"/>
I am using VS 2005 and the above mechanism works when I am debugging the
application using VS development server (the builtin IIS that comes with VS
2005) but when I deploy the application to IIS 5 on the same machine I
receive the following error
(Error reading configuration information from the registry)
I thought it is a registry permissions error but I tested the application on
the same machine.
Any help will be appreciated.