I need to setup an https page to allow users to write to a sql server database.
When they request the https page, they're going to get the 'Enter Network Password' login dialog. Then, am I going to need another aspx page with login info. to the sql server or can there some sort of trusted connection after the login?
