Hosting WCF with Windows Process Activation Service
My Environment:
Windows Server 2008
IIS 7
While hosting my WCF service, which uses net.tcp bindings, on Process Activation service I experienced the following error:
The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.
Solution:
1) Go to the command prompt with administrative rights
2) Run the command : %windir%\Microsoft.NET\Framework\v3.0\Windows Communication Foundation\servicemodelreg -i
This will install the required support for WCF.