Skip to content

Instantly share code, notes, and snippets.

@weirdpattern
Last active October 1, 2021 12:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save weirdpattern/97c3991da5fd1c6362665cc37d2dda7a to your computer and use it in GitHub Desktop.
Save weirdpattern/97c3991da5fd1c6362665cc37d2dda7a to your computer and use it in GitHub Desktop.
.2016.11.01.decrypt-config-iis-application
2016.11.01.delete-key-container
$ cd "$env.WINDIR/Microsoft.NET/Framework64/v4.0.30319"
$ .\aspnet_regiis -pz MyKeyContainer
Microsoft (R) ASP.NET RegIIS version 4.0.30319.18408
Administration utility to install and uninstall ASP.NET on the local machine.
Copyright (C) Microsoft Corporation. All rights reserved.
Deleting RSA Keys from file...
Succeedded!
aspnet_regiis -pz <container> [-pku]
Copy link

ghost commented Oct 1, 2021

Thanks, useful and straight to the point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment