ASP.NET MVC Url Masking/Rewriting

Posted by Dan Appleyard on Stack Overflow See other posts from Stack Overflow or by Dan Appleyard
Published on 2010-05-06T14:17:24Z Indexed on 2010/05/06 23:48 UTC
Read the original article Hit count: 204

Let us say I have a url of subdomain.domain.com. Is there a way in ASP.NET MVC to have a url of say otherdomain.com/gotothesubdomain that takes you to subdomain.domain.com? I know that a simple redirect could do it, but I want the url to stay as otherdomain.com/gotothesubdomain.

Any advice would be greatly appreciated and thanks!

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about url-rewriting