0

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.

1
  • Jorge is right, you don't need to create project just for separating the admin Panel, in asp.net MVC you can create areas for admin part Commented Mar 4, 2014 at 6:36

1 Answer 1

1

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.