Difference Between svc and asmx

  By Junaid A   Posted on August-01-2022   107

.Net

Difference Between svc and asmx.

ASMX defines web services called by an Active Server Page (.ASP file)

SVC, or .svc, is a computer file extension utilized by Microsoft’s Windows Communication Foundation to symbolize a service hosted by Internet Information Services. The Windows Communication Foundation, or WCF, is an application-programming interface (API) in the .NET framework for constructing linked, service-oriented applications.

.svc can replace .asmx in all

.asmx is easier to configure than .svc, because .svc adds so many configuration keys with diverse options that might not be entirely useful. 
 

Difference Between svc and asmx.

ASMX defines web services called by an Active Server Page (.ASP file)

SVC, or .svc, is a computer file extension utilized by Microsoft’s Windows Communication Foundation to symbolize a service hosted by Internet Information Services. The Windows Communication Foundation, or WCF, is an application-programming interface (API) in the .NET framework for constructing linked, service-oriented applications.

.svc can replace .asmx in all

.asmx is easier to configure than .svc, because .svc adds so many configuration keys with diverse options that might not be entirely useful. 
 

By  asifjans    01-Aug-2022 Views  107



You may also read following recent Post

Recent Column What are 3 C
192  By
Recent Column what is .net
418  By