0

I have a question. I have 2 areas in my mvc application. And i want to access this areas from different domain. Example: Areas/Management>>www.management.example.com Areas/Site>>www.example.com

How can i do that? Can you give me starting point?

ftdeveloper
  • 1,053
  • 3
  • 26
  • 50

1 Answers1

0

You can find your answer at MVC 3 Subdomain Routing

It's about Sub-domain, but with a bit alteration you can use it for your purpose.

Community
  • 1
  • 1
Abbas Amiri
  • 3,074
  • 1
  • 23
  • 23