It appears as if Server.Transfer in ASP.NET takes QueryString values. This was not the case with ASP 3.0. Therefore, the new rule is as such:
Only use Response.Redirect if the target page is not within the same webapp.
No Monkey Business. Just Good Code.
It appears as if Server.Transfer in ASP.NET takes QueryString values. This was not the case with ASP 3.0. Therefore, the new rule is as such:
Only use Response.Redirect if the target page is not within the same webapp.