Let's say I have a MVC project where there is root folder MVC2 and. Now, I want another MVC project to that MVC2 folder and serve it.
Below url should serve MVC2 project which is just a folder inside the root project. Root project is also MVC.
- currentSite.com -> current mvc app
- currentSite.com/MVC2/ -> should run nested mvc app.
I think there should be a webconfig setting which should make it work.
Thank you in advance. Any answer will be dearly appreciated.
Is it possible? and if it is , is it possible to interact with each other.
virtual directory??