Ask a Question related to ASP.NET Security, Design and Development.
-
microsoft.public.dotnet.framework.aspnet.webcontrols #1
ASPNET_SETREG runs on XP, not 2000
I have a webservice up and running locally on my dev machine (XP) using
impersonate like so:
Line 5: <identity impersonate="true"
Line 6:
userName="registry:HKLM\SOFTWARE\Security\identity \ASPNET_SETREG,userName"
Line 7:
password="registry:HKLM\SOFTWARE\Security\identity \ASPNET_SETREG,password"/>
The webservice comes up fine on there, but when I moved it to a server
running 2000, I get this error :
Parser Error Message: Error reading the password from the registry.
I have read several articles, and tried many things, including granting
EVERYONE read access as a test, and I still get this error. What am I doing
wrong here?
I ran ASPNET_SETREG.exe on the server, saw the registry entry, granted
ASPNET read access (later giving it to EVERYONE), but nothing seems to work.
Thanks in advance for any help.
microsoft.public.dotnet.framework.aspnet.webcontrols Guest
-
ASPNET_SETREG and Framework 1.1
My colleage and I determined that generic error message that is given as a response to *anything* being slightly out of place, when using the... -
Using aspnet_setreg
Hello, I am converting a asp.net web app from using connection string safety in the web.config to using encrypted values using astnet_setreg. I... -
Using ASPNET_SETREG.exe
Can this utility be used for an impersonated user in Web.Config? I've used it to create the appropriate userName and password keys in the registry... -
aspnet_setreg fails
Getting a consistent failure on machines when attempting to run the aspnet_setreg utility. The command line has worked on one or two machines. ... -
Has _ANYONE_ ever got the aspnet_setreg utility to work for them?
Dear Jason, I found the resolution to my problem with a hotfix from MS it is listed as Q329250 and you must requested from the support. You have...



Reply With Quote

