My problem is I want to test the QueryString by using the original
appended string that shows up on the asp Page. For example,
Current ASP header shows:
http://originalasppage/?PRODUCT=Product?Version=Version
I want my test aspx page to show this on page load:
http://aspxpage/?PRODUCT=Product?Version=Version
This way I can test the QueryString method with my test aspx page.
Does this help?