I
Iain
All,
I get the following error when my web page tries to read from the registry:
Configuration Error
Description: An error occurred during the processing of a configuration
file required to service this request. Please review the specific error
details below and modify your configuration file appropriately.
Parser Error Message: Error reading configuration information from the
registry.
Source Error:
Line 54: -->
Line 55: <authentication mode="Windows"/>
Line 56: <identity impersonate="true"
Line 57: userName=
"registry:HKLM\SOFTWARE\app\identity\ASPNET_SETREG,userName"
Line 58: password =
"registry:HKLM\SOFTWARE\app\identity\ASPNET_SETREG,password"
I have given the NETWORK SERVICE read access rights to this key but the
error still appears. I can't grant access to the ASPNET user as this
user doesn't exist.
Any ideas?
Iain
I get the following error when my web page tries to read from the registry:
Configuration Error
Description: An error occurred during the processing of a configuration
file required to service this request. Please review the specific error
details below and modify your configuration file appropriately.
Parser Error Message: Error reading configuration information from the
registry.
Source Error:
Line 54: -->
Line 55: <authentication mode="Windows"/>
Line 56: <identity impersonate="true"
Line 57: userName=
"registry:HKLM\SOFTWARE\app\identity\ASPNET_SETREG,userName"
Line 58: password =
"registry:HKLM\SOFTWARE\app\identity\ASPNET_SETREG,password"
I have given the NETWORK SERVICE read access rights to this key but the
error still appears. I can't grant access to the ASPNET user as this
user doesn't exist.
Any ideas?
Iain