Today I'm using form based authentication with a LDAP string in my web.config. After sucessful autentication there is a lot of logic going on like selecting database and adding information to the session.
I need to use integrated windows security (is that correct?) instead. The point is that I can not longer use the LDAP string.
How can I do this with no form to hook the eventhandlers to?