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.
我需要使用 iis 在 https 中发布我的 wcf 服务。问题是如果我这样做,WCF 服务不会与 sql server 中的数据库连接。有人能帮助我吗?必须在没有 ado.net 实体数据模型的情况下完成
我要做的第一件事是从您部署 wcf 的机器上 ping 您的数据库。请告诉我 ping 是否有效。还要确保您的连接字符串正确且不指向本地主机。