I need my web site to catch URLs like mysite.com and a.mysite.com as the same. By another words, requests to these URLs should be handled by single action controller and user should catch the same response from them.
Thanks in advance.
I need my web site to catch URLs like mysite.com and a.mysite.com as the
Share
Have you looked into Controllers and Routing?