asp.net mvc 3 - I have 2 controllers intended to be 2 separate web sites (MVC 3)? -


i have 2 controllers (monitoring , audit) contain 4 screens (10 views) each. want create 2 web site example "thesite.org/monitoring" , "thesite.org/audit". in mvc (or/and within iis), how set 2 separate websites (for each controller) , default pages?


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

What is the difference between data design and data model(ERD) -

ios - Can NSManagedObject conform to NSCoding -