This question is locked. New answers and comments are not allowed.
I tried to write custom subdomain route.
Override GetVirtualPath.
Using Save(“routeName”, new RouteValueDictionary { { "id", “123” } })
But upload trying to upload to this url (http://mysite.com/http://subdomain.mysite.com/) and it gives an error.
URL rewriting or redirection also won’t work.
Please help me urgent.