Visual Studio Multi-Project Solutions

I have a VS2003 solution with 21 ASP.NET 1.1 projects in it. My goal is to eventually port them to 2.0 and 4.0. Basically, there are internal administration applications for different departments.

I want to create a multi-project solution now in VS2010 and transfer / recode these one by one in ASP.NET 4.0 Web Forms in VS2010. There will be some artifacts common to all projects, such as CSS, scripts and images. Can using resources help with shared files, and can I have one main page for all projects?

What are the best options for creating a multi-project solution here?

+2
source share
2 answers

, , - , CSS, JS . - Visual Studio. , acorss . , .

, , , . , css, , VS, . , dll , , , , css, JS , . . .

+2

.NET 4.0?

, .NET 2.0, Visual Studio 2005 , VS2003, "-". Visual Studio 2010 -, , ?

, , VS2010 .NET 2.0, .

+2

All Articles