Hello
I want to automatically redirect browsers who open my default.aspx page (in asp.net 2) to the sister web site (which obviously has a different URL).
I've tried
server.transfer (but this only seems to work with pages within the current site) and
META HTTP-EQUIV="refresh" , which simply doesn't seem to work!
Does anyone have an idea how to accomplish this?
Andy W