Hi ALL,
I have a domain say www.mydomain.com (website is in ASP.net 4.0 , IIS 7 is there and a static IP address is assigned to the website)
I have already made url redirect in a way that if some one enters
www.mydomain.com/SOME-WORD/WORD-12356 then
it behind the seen redirects user to
www.mydomain.com/page.aspx?RecordID=12356
I have done this by making redirect rules in global.asax by using
System.Web.Routing name space and routes.MapPageRoute function.
but now i want to have SOME-SUBDomain.mydomain.com redirects to www.mydomain.com
Could any one advise how i can do this.
Thanks
Regards,
QR