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.
我创建了一个作为 asmx 的 Web 服务,它运行正常。现在我想要 DLL 格式的服务二进制文件。我怎样才能生成它?
我怎样才能生成它?
你不能那样做。服务背后的代码可以在单独的程序集中,但.asmx文件本身需要是托管此服务的 ASP.NET 应用程序的一部分。
.asmx