I'm looking for a way to increase security on some older web apps. They currently have their connection strings saved in plain text in an include.asp
file. Ideally I was thinking of moving these to a web.config file and encrypting this using aspnet_regiis.exe
, but this does not work for Classic ASP.
I've had a look around the internet but cannot find anything that seems to fit this specifically, has anyone run into the same issue before?