Can a ASP.NET web service support other protocols except Http? -


I am reading on the Internet about the difference between ASP.NET Web Service and WCF and found that ASP.NET Is not supported; Other protocols except the http ASP.NET Web service does not support other transport protocols, can anyone explain it to me?

ASMX web services, the basic web service platform, which was created as part of .NET 1.0 Are there. They are very old, and architecture is inflexible. Specifically, they use ASP.NET pipeline, which is centered on HTTP, not on multiple protocols.

They were replaced by WCF, who do not have these problems.


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -