Such as?? Sorry, now I am a little lost.
I even tried it with a straight forward asp page, TestPage1.asp where the only code was:
<%Response.Redirect("TestPage2.asp")%>
And in TestPage2.asp the only code is:
<%Response.Write("HELLO")%>
If I run TestPage2.asp by itself it works fine and shows: HELLO
But if I run the other page, TestPage1.asp that redirects to TestPage2.asp it doesn't work, gives me the error:
error '8002801d'
/TestPage1.asp, line 1