Hi,
I am building two ASP.NET MVC sites. There is a certain amount of content I wish to be able to share between the two sites. I created a class library and was able to share a large portion of what I needed too. However I would really like to know how I could share contents such as images and javascript files, so I do not have to duplicate them between both web sites.
I would be very grateful if anyone has any good ideas on this.
Thank you