I am creating a custom ASPX page with a connection to the SQL Server Database. Is there a way to re-use the existing ASPDNSF connection or do I need to create a new connection string in the web.config file?
I am a little concerned of having an un-encrypted password in the web.config file.