J
John
Hello. I've been programming in classic .asp and am looking into moving
towards asp.net 2005 which the modeling layout appears to be different than
what I've been used to. Should I put the connection string to our SQL
Server in the web.config file? I've been wrapping my classic .asp apps with
https to encrypt the connection string and was wondering if I can do the
same for asp.net 2005. Also, I need to be able to have individual SQL
usernames and passwords for the connection string and not a hard coded
generic account for auditing purposes. Is this possible to say create a
login screen to capture the user's SQL login info and then pass these into
the asp.net 2005 connection string which would be stored in the web.config
file?...or should the connection string be stored in a different global file
named something like 'dbconnection.aspx'?
Thanks in advance.
J
towards asp.net 2005 which the modeling layout appears to be different than
what I've been used to. Should I put the connection string to our SQL
Server in the web.config file? I've been wrapping my classic .asp apps with
https to encrypt the connection string and was wondering if I can do the
same for asp.net 2005. Also, I need to be able to have individual SQL
usernames and passwords for the connection string and not a hard coded
generic account for auditing purposes. Is this possible to say create a
login screen to capture the user's SQL login info and then pass these into
the asp.net 2005 connection string which would be stored in the web.config
file?...or should the connection string be stored in a different global file
named something like 'dbconnection.aspx'?
Thanks in advance.
J