We have implemented security standards here that have the side effect of derailing many asp classic web applications, primarily on the issue of non-secure connection strings. These connection strings are implented via include file with the basic asp code required to instantiate a DSN-less connection. all this happens under SSL.
the issue with this method of handling connection strings involves “clear text password”, and, apparently, ASP.NET is the *only* solution to this problem. What this means is, several high-profile and complex web applications have been taken off line and slated for a complete re-write.
I’d like to know if there’s a way to address this issue in ASP Classic so we can continue to use the existing systems. Re-writes are all fine and good but will take several months, and it’d be nice to not have to wait that long. I have advised my people that we should at least wrap all read/write/updates into Stored Procs and use a connection string with limited access to the db but none of my suggestions have deterred the ‘rewrite it all!’ crowd.
any ideas? we can config the SQL Server directly but not the web server. It’s SQL Server 2000 BTW.