Call Register for .SVC
Posted
12. prosinac 2007 0:53
by
dadamec
Every ASP.NET developer used to utilize aspnet-regiis.exe to register ASP.NET on IIS.
With .NET 3.0 WCF came alike tool ServiceModelReg.exe which purpose is to register WCF service model on IIS (doing changes to .config files, HTTP modules and handlers, adjust Web Host Site Mappings etc... ).
If you get a text view on .svc file in browser and the message like "A name was started with an invalid character. Error processing resource" that means that WCF is not register in IIS and there is time for running ServiceModelReg.exe.