views:

30

answers:

0

As a part of the deployment process, I'd like the user to specify a password that is encrypted after the deployment process. For encrypting the password, I need to call the aspnet_regiis or use C#. How do I automatically invoke a script/or command line command after the deployment is complete (deployment is done either using GUI on IIS (import package) or using the command line).

Any help is appreciated