I have a WCF project in VS 2010 that seems to deploy and install successfully using Web Deploy to IIS 7.5
I need to also package it for IIS 5.1 in a way that is easy to install on IIS 5.1
Is the Web Deploy approach on VS 2010 compatible with installing a WCF Service on IIS 5.1 ?
I'm very new to WCF.