User1877578117 posted
I log into a Web application via a default.aspx log in page which I connect to via an https connection. Could anyone tell me how I can automatically switch the connection to http after the user has logged in? https is only needed for the
log in page.
Can I write an http module to do this? Note: I cannot modify the application, but could modify web.config, drop a .dll into the bin folder or make a change in IIS.
I am using IIS on Windows XP Pro.