asp.net - Redirect root to sub domain on IIS .NET Application -
I have an asp.net application that is configured for root. But on my web server, I want to run it on a subdomain like dash.site.com/app
, so to redirect / app /home.aspx, I want to type all URLs like /home.aspx Would like to . My code has references like me ../ This map is the root of the site while it has an asp.net application, which hosts. / Should not point the root of the application, not the site hosting the site.
I believe this URL can be rewritten, but a regex could not be found to complete it.
Can anyone tell me in the right direction?
Comments
Post a Comment