0
kicks
Removing the .SVC Extension from WCF REST URLs
One of the most frequent questions that come up when talking about WCF REST urls is how to remove the .SVC file extension from the endpoint Url for a REST service. While it's not automatic, there are a couple of fairly simple solutions to this problem: Using the IIS 7 Rewrite Module or a small custom module.