R
robin9876
On an asp.net v1.1 page after saving form information I have a page
redirect using
response.redirect("aDifferentPage.aspx")
This works correctly in development environment connecting from a
different pc.
The same code accessed from the same client pc accessing the live
environment is showing a blank screen (no controls) with URL still at
the original page at the point it should be redirecting.
Does anybody know why there is difference between development and live
environments and/or how to resolve it?
redirect using
response.redirect("aDifferentPage.aspx")
This works correctly in development environment connecting from a
different pc.
The same code accessed from the same client pc accessing the live
environment is showing a blank screen (no controls) with URL still at
the original page at the point it should be redirecting.
Does anybody know why there is difference between development and live
environments and/or how to resolve it?