문제

I'm working on a web application with asp.net mvc 4 and I want to do a administration interface,but I want do it in other visual studio's project. So I don't how it works, the routing, how connect to the database from other project. I'd really appreciate any help.

올바른 솔루션이 없습니다

다른 팁

Follow this steps.

  1. Create one solution
  2. Add two projects to the same solution
  3. Point the web.config of the two projects to the same database

It doesn't have to be so complicated with routing, because each project belong to a different site and a different environment.

In my opinion you should create just want project and define a new area for the administration

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top