I have a website where a redirect has been setup to use a frameset.
For example. My main site is x-site.com There is a redirect setup somewhere so that xsite.com redirects to x-site.com, but it does so by creating a frameset and placing x-site.com within there.
This causes problems for users to login, and we don't need it to function in this fashion.
I tried writing some simple .Net code to redirect the user to x-site.com, but it doesn't seem to work. This leads me to believe that there is something in IIS doing the redirect before the code can execute.
How do I remove the "frameset redirect"?
