WCF Services with the .asmx extension

Posted by Kenny on October 16, 2008

When creating a new Windows Communication Foundation web service, the default extension is .svc. This can be a problem if you want to migrate an existing .NET web service where clients may have hard-coded the .asmx extension. The following article from MSDN Blogs shows how to configure a WCF web service that uses the .asmx extension:

Wenlong Dong’s Blog : How to use .asmx extension to handle WCF requests?

Trackbacks

Trackbacks are closed.

Comments

Comments are closed.