I am tasked with requirements for the production machine (Server 2008 R2), and am wondering if this project setup would work with only .NET 4.0 installed and IIS 7 for WCF Service. Is .NET 3.5 needed to load assemblies that that are targeted to it?
A VS2010 solution contains several projects:
Projects targeted to .NET 3.5:
- Model (DTO) classes
- Business Logic Layer
- Data Access Layer
- Interfaces for BLL and DAL
Projects targeted to .NET 4.0:
- WCF Service project wrapping BLL methods
In development, there's 2.0, 3.5 and 4.0 installed on the machine and everything works fine with WCF hosted in IIS6.0