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