How to register WCF with IIS and ASP.NET
If we have installed .NET framework before installing IIS on our machine and we wanted to deploy a WCF service. Then we need to do some additional steps by registering Windows Communication Foundation with IIS and ASP.NET. This WCF tutorial focuses on simple steps to resolution. Firstly, register ASP.NET with IIS by executing following: C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis… Read More »