On my domain I have a form workflow where users enter data on one form, click continue and enter data on the next form. I am using server.transfer for moving between forms on my domain.
Once users have completed the last form on my domain I use a response.redirect to a third party domain so that the users can complete payment. All pages are in https.
In IE 6 users can move between forms on my domain but cannot be redirected to the third party domain. IE 6 returns an error of "Cannot display page".
I am able to complete the whole process in IE 6 but other users cannot.
Is this due to browser setting or proxy settings and which setting would solve this issue.