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 网络服务,如何在按月付费的网络服务器上托管此服务,因为大多数网络服务器提供商只托管 asp.net 网站。
在 IIS 中托管 Web 服务与托管 asp.net 网站相同。
转到您的 Web 服务的 web.config。
将端点地址更改为“localhost:port_number/webservice_aliasname/service_name.svc”
希望能帮助到你 :)