Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个传统的 ASP.Net Web 服务,即 asmx Web 服务,它将向 .Net 和非 .Net 客户端公开。即使它被非.Net客户端使用,是否可以为此asmx实现自动压缩和解压缩?
您所能做的就是尝试让 IIS 为您进行自动压缩。ASMX 无法进行压缩。
你有什么不能使用WCF的原因吗?除非绝对必要,否则不应将 ASMX 用于新开发。