Ask a Question related to ASP.NET Security, Design and Development.
-
Kevin Brown #1
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. Here is the command line
being used:
aspnet_setreg.exe -
k:SOFTWARE\CORPORATEAPPS\AppName\identity -
u:"domain\account" -p:"password"
The error is: ERROR: Argument 1 Invalid:
I've tried creating the key manually ahead of time and
checking rights. Cannot find anything wrong. Windows
2000, SP4, Framework 1.1 (only).
Anybody else get this or know what the issue might be?
Kevin Brown 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... -
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:... -
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... -
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... -
Kevin Brown #2
Re: aspnet_setreg fails
Well anything is always worth a try but no that isn't the
problem. Same failure. The original command line worked
on my XP machine but fails on the Windows 2000 boxes at my
client.
It would be nice if we had the source. There isn't much
to this program so re-producing the encrypt functionality
isn't difficult (just seems ashame to have to do that when
a tool is provided).
you are providing two>-----Original Message-----
>Well, the help specifies a single subkey argument, andknow, but it>levels. Perhaps this is the issue? It shouldn't matter, Iin message>might. Try using only SOFTARE\AppName\identity ....
>
>--
>Chris Jackson
>Software Engineer
>Microsoft MVP - Windows XP
>Windows XP Associate Expert
>--
>"Kevin Brown" <newsgroupid@versatilesolutions.com> wrote>news:001c01c361b5$be935f90$a401280a@phx.gbl...>>> Getting a consistent failure on machines when attempting
>> to run the aspnet_setreg utility. The command line has
>> worked on one or two machines. Here is the command line
>> being used:
>> aspnet_setreg.exe -
>> k:SOFTWARE\CORPORATEAPPS\AppName\identity -
>> u:"domain\account" -p:"password"
>>
>> The error is: ERROR: Argument 1 Invalid:
>>
>> I've tried creating the key manually ahead of time and
>> checking rights. Cannot find anything wrong. Windows
>> 2000, SP4, Framework 1.1 (only).
>>
>> Anybody else get this or know what the issue might be?
>>
>>
>
>.
>Kevin Brown Guest



Reply With Quote

