1

We are having the two different website running for different products (both sites have different MVC projects) . I would like to create the forum software using ASP.NET MVC.

Can any one help how can i reuse Forum (Views & Controller) in two different sites ?.

3 Answers 3

2

You should look into portable areas in the MvcContrib project

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

Comments

2

You could also use .Net Libraries, and then link your controllers to that.

Comments

1

Check this out: http://www.chrisvandesteeg.nl/2010/11/22/embedding-pre-compiled-razor-views-in-your-dll/ You should be able to reuse assemblies and create relative paths.

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.