I have Two different projects which contains same MVC pattern. I would like to call Controller Action Method from another project & which action method will show view from same project.
Does it is possible?
My project structure is a follwos.
I have One Controller definded in "MyWebApplication" which contains One Action Method in this web application Controller. Now I would like to Redirect this Action Method to Another Controller Action Method definded in "ExcelBook" project so from ExcelBook Controller this action method will show a View page created in ExcelBook.
Please give me solution. Thanks