Good day,
I am currently developing an asp.net mvc 4 site.
I have made a Front end site so far, which a user will be prompted with when they go to my url. Now I want to make a back end which certain users can then login and access all sorts of functionality, settings, options etc.
Now ideally you would make the front end and the back end in two different projects in Visual Studio. But now how would I link them together? For example if i am already logged in in the back end then the front end should still know that i'm logged in. So in essence it must still be one site. I just want to have the different components / facets in different projects.
Reason I want to do this is for organization of the project in VS and to try and modulate it as much as possible.
Can I do this?