External and external end of MVC.Net

I am very new to .Net and MVC. I am creating a site that will be needed by the front and back end (admin site). I created a project and am developing an interface, now how do I get started on this site? Do I need to create a new solution? (What is the solution"?

Many thanks

+3
source share
2 answers

There is no reason why you will not use the same project for both sites if the administration area is not located in a different domain. If you are sharing a project, you probably want to install the controllers in a separate ASP.NET MVC Area .

"" - . , -, .

+5

Visual Studio "" "". ( ) - , . ASP.NET MVC "".

ASP.NET MVC, (, , ) . URL-, "admin", ( ), .

, - ASP.NET MVC.

, , URL- "" ( ).

+1

Source: https://habr.com/ru/post/1786858/


All Articles