To decrypt the connection string in the web.config file run the following command:

  • C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -pdf connectionStrings 'D:\Program Files\Documed Systems Intl. Inc\Emergency-Pro Server v6.0\www'


To encrypt the connection string in the web.config file run the following command:

  • C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -pef connectionStrings 'D:\Program Files\Documed Systems Intl. Inc\Emergency-Pro Server v6.0\www'


For more info see:

https://docs.microsoft.com/en-us/previous-versions/aspnet/ms178372(v=vs.100)