I asked this question before but the problem is I get one response and that response is not for the question that I asked. So, to make this clear, upfront, what this question is not about:
I DO NOT WANT TO USE HYBRID, MVC and Webforms in the same project!
Can someone provide me with a link that shows two projects running side-by-side with a single Master Page? One project is an ASP.Net Web Forms, containing the Master Page. The other project would be a MVC Razor project. The Master page would provide links to .aspx pages as well as .cshtml views. Both these projects should be C#. I need to be able to download the source code to see for myself how this all works.
Answer #1 is not the answer that I am looking for. My question is very specific.
As far as I know that’s not possible for two reasons:
So re-using your existing .master page directly does not appear to be possible.