We have a site that does clientside xsl formatting. In IE8, when logging into the website, IE hangs 1 out of 4 times.
The random hang only occurs in combination with Response.Redirect.
LandingPage.asp post submits to Login.asp. When credentials are correct: Login.asp does a Response.Redirect to PersonalDossier.asp.
When I post directly to PersonalDossier.asp, no hang ever occurs. Are there known issues with response.redirect in combination with xsl transformations?
I removed everything from the Login.asp, leaving only the Response.Redirect. The problem still occurs.
Regards,
M.