is it possible to redirect an URL www.siteA.com to www.site2.com/Default.aspx?SiteSource=siteA without changing the browser\'s URL?
Sim
Use a HTML iframe to display www.site2.com/Page2.aspx?SiteSource=siteA, e.g.
More about the iframe tag.