I read somewhere that security conscious ASP sites are better off storing the SQL connection string in the system registry than in the global file.
Since all of my previous work has been in intranet programming which is far less security conscious, and the site I'm working on should be as ironclad as possible, I'd like to make that change to my code.
The problem is that I can't find any explanation of how to do this that doesn't include ASP.NET code.
Thanks in advance for any help
Since all of my previous work has been in intranet programming which is far less security conscious, and the site I'm working on should be as ironclad as possible, I'd like to make that change to my code.
The problem is that I can't find any explanation of how to do this that doesn't include ASP.NET code.
Thanks in advance for any help