I have a website I am developing (http://www.mywebsite.com/
) that makes use of subdomains. Basically what I want is when you go to: http://www.mywebsite.com/Redirect
, it redirects you to http://blahblah.mywebsite.com/SpecificController/SpecificAction
.
I know about Redirect
, but that doesn't let you send POST parameters (as far as I know), and RedirectToAction
doesn't let you specify a subdomain.