Whenever I use a Response.Redirect statement in an asp file in VBScript I
get this error on the page I redirect it to:
HTTP/1.0 500 Server Error (-2146893048)
But, when I refresh the web page, the page it was being redirected to
comes up with the correct data having been passed through. There is no
content being sent to the user before this, that's not the error.
If there is not a way to fix this error from coming up is there another
function or way that I can redirect the user?
Colleen