Windows 2008 comes with installed .NET framework 3.5 but without installed IIS. When you install IIS you don't have support for WCF (there is no handler for svc). To install support for svc open command prompt and go to .net framework 3.0 location (
:\Windows\Microsoft.NET\Framework\v3.0\Windows Communication Foundation\) and run:
servicemodelreg -i
1 comment:
Worked a treat
Post a Comment