It really doesn’t matter, but there’s a reason why I want the controllers in a DLL file.
May I do that in an MVC project?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
create a mvc project MvcApplication1.
create a mvc project MvcApplication2 and delete everything in it.
add reference to MvcApplication2 in MvcApplication1
create a HomeController inside MvcApplication2
create a view inside MvcApplication1
that’s it.