In my controller action I return a view and I also need to update the url in the browser so if the request url is test.site.testsite.com I want to change it to search.site.testsite.com how can I do this.
Thanks
So I'm not positive about sub-domains but HttpContext.RewritePath() allows you to modify the URL. This should give you a start.