S
Sean Brooks
We have set up a impersonation on our web application. The service accounts
credentials are stored in the registry. This user account is passed to our
SQL Server.
Excerpt from web.config:
<identity impersonate="true"
userName="registry:HKLM\SOFTWARE\AppName\identity\ASPNET_SETREG,userName"
password="registry:HKLM\SOFTWARE\AppName\identity\ASPNET_SETREG,password"/>
<authentication mode="Windows"/>
While we are developing on our local Windows XP - IIS environments, this
error occurs about 50% of the time after we edit a page or recompile. It
appears that IIS has lock on the registry key. If we run iisreset, the error
is resolved until the next code change or recompile.
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET
Version:2.0.50727.42
Thank you in advance for any help,
Sean Brooks
credentials are stored in the registry. This user account is passed to our
SQL Server.
Excerpt from web.config:
<identity impersonate="true"
userName="registry:HKLM\SOFTWARE\AppName\identity\ASPNET_SETREG,userName"
password="registry:HKLM\SOFTWARE\AppName\identity\ASPNET_SETREG,password"/>
<authentication mode="Windows"/>
While we are developing on our local Windows XP - IIS environments, this
error occurs about 50% of the time after we edit a page or recompile. It
appears that IIS has lock on the registry key. If we run iisreset, the error
is resolved until the next code change or recompile.
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET
Version:2.0.50727.42
Thank you in advance for any help,
Sean Brooks