Missing .svc path from IIS 7 handler mappings

I recommend

I was missing the *.svc IIS 7 handler mapping. I started working on adding it manually but decided to research it a bit. It ends up you can run:

%windir%\Microsoft.NET\Framework\v3.0\WindowsCommunication Foundation\ServiceModelReg.exe –i

to add all the IIS configuration for WCF services. Use the Framework64 folder if you are using a 64-bit OS.

IIS Technical September 7, 2009


Comments

Thx for solution...

yogita - February 19, 2010

Thankyou !

Stephan - December 27, 2010

Cool. Had been looking for this solution for a couple of hours, till I read this :)

Dhrumil - January 7, 2011