I'm currently in the process of trying to set up my final year project to begin writing but I'm struggling to do so.
Basically, I have an existing project that uses asp.net and need to add a new MVC project where they can run together. The asp.net project will handle the login but with have a simple link to the mvc project. The issue is I can't get the from the asp.net project to the MVC one to work correctly.
I don't want MVC inside the asp.net project but in its own project inside the same solution. I've looked all over for some kind of answer but all I can find is how to add MVC inside an asp.net project.
I can do this with two asp.net projects but am as of yet unable to get an asp.net project working with a new mvc project.
Any help or advice would be appreciated.
Thanks


