Hi All,
Can we include ASP.NET MVC application in ASP.NET Webforms Application?
As I have a requirement where I have added a menu (button) in my ASP.NET Webforms application.
On click of that menu it should redirect to my MVC application Home Index page and from MVC application I need to move back to ASP.Net Web Application.
I hope if some one can give me a sample code or some reference, it would be great.
Thanks in advance.