Re: How to run aspnet_regiis.exe with on site other than w3svc/1?



On Jun 20, 8:37 pm, slolife <slol...@xxxxxxxxx> wrote:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727>aspnet_regiis.exe /lk
W3SVC/ 1.1.4322.2300
W3SVC/1029688701/root/ 1.1.4322.2300
W3SVC/1156445961/root/ 1.1.4322.2300
W3SVC/1283203219/root/ 1.1.4322.2300
W3SVC/1444110353/root/ 2.0.50727.0

The app that I am trying to encrypt is on W3SVC/1444110353/root/
I want to run the following:

%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -prov
"DataProtectionConfigurationProvider" -pe "Credentials"

But it appears that it tries to do that on W3SVC/. I tried:

%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -prov
"DataProtectionConfigurationProvider" -pe "Credentials" -app "W3SVC/
1444110353/root/"

But that doesn't work because -app only looks for the virtual dir on
w3svc.

Anyone have any ideas?

I can't use the -pef parameter because it cannot find the config
section handler that other posts have touched on.

When I try ...-app "W3SVC/1444110353/root/" it returns me an error
"The value used in the -app parameter must begin with a forward
slash". Can you try to add a slash?

"/W3SVC/1444110353/root/"

.



Relevant Pages

  • How to run aspnet_regiis.exe with on site other than w3svc/1?
    ... The app that I am trying to encrypt is on W3SVC/1444110353/root/ ... section handler that other posts have touched on. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • RE: Using Win32 CryptDecrypt to Decrypt RijndaelManaged
    ... I figured out how to use RijndaelManaged with AES in the C++ app. ... C++ crypto WILL successfully decrypt the .NET generated ... I am trying to write a Win32 app that can decrypt that string using the ... I can get both to encrypt and decrypt successfully in their own projects, ...
    (microsoft.public.platformsdk.security)
  • Re: Security
    ... A lot depends on *what* you want to encrypt, and how you want to use the ... If you lose your Palm and someone else gets hold of it they can attack it ... They can try to use the security app itself to read your data. ... or may try all possible passwords and derive keys from them (unless ...
    (comp.sys.palmtops.pilot)
  • Re: EFS in the two domain controller environment
    ... Both machines have an app running in the context of the same domain user. ... They each hit the same server, trying to encrypt. ... > The apps on both CLIENTMACHINE1 and CLIENTMACHINE2 have essentially the ...
    (microsoft.public.win2000.security)
  • Re: Folder Encryption
    ... information that is fundamental to the success of your app, and encrypt it ... Once again, the decryption key has to be secured, but as ... > that is mounted for an individual applicaton **instead of the windows file ...
    (microsoft.public.dotnet.languages.csharp)