Hi,
I'm experiencing a frustrating issue with asp.net.
- Open a fresh browser (cleared history, temp files etc...)
- Load www.mysite.com/page.aspx?anystring=1234
- The page will load as www.mysite.com/page.aspx. The querystring will be gone. Something redirected and deleted it.
But:
- Open a fresh browser (cleared history, temp files etc...)
- Load any page on www.mysite.com.
- Load www.mysite.com/page.aspx?anystring=1234
- the querystring is preserved and page.aspx?anystring=1234 loads with the correct values.
If www.mysite.com/page.aspx?anystring=1234 is the first page a user tries to open, the querystring is removed by what looks like a redirect. It doesn't matter what code is on the page or code behind.
Any ideas?