How do I add an existing web project to a web site in Visual Web Developer Express (2010)?
I am new at asp.net development and have built a simple website in VWDE 2010. I have a co-worker who built a web project that I'd like to add to my website.
How is this done? I have added it, but I don't know how to get the master page hooked up so it has the same look and feel. Am I missing something here?
Basically, in the end, I want one person who handles the development of the web site, while another builds specialized apps that can be folded in to the website as they are completed.
Daniel Van Der WerkenIndependent ConsultantCommented:
Right click on the solution in the Solution Explorer window and select Add -> Existing Project. Then, browse to where the other project file is located and click on it to add it.
0
EffinGoodAuthor Commented:
Hi Dan,
I did manage to get that far. :)
How do I reference the site master file like I do in my other web site files?
MasterPageFile="~/Site.master" does not work, it gives me a resource cannot be found error.