|
平台:VS2017
发布WCF服务Web Deploy error codes
Remote Debug ASP.NET on a Remote IIS Computer
ERROR_DESTINATION_NOT_REACHABLE
Diagnosis: Web Management Service or Remote Agent is not installed or unreachable on the remote computer.
Resolution: Verify that Remote Agent Service or Web Management Service are started on the remote computer, depending on which one you are connecting to. You can do a "net start wmsvc & net start msdepsvc" on the remote computer to ensure these services are started. Also, ensure that a firewall is not interrupting communications with the destination. - C:\Users\Administrator>net start wmsvc
- Web Management Service 服务正在启动 .
- Web Management Service 服务已经启动成功。
- C:\Users\Administrator>net start wmsvc
- 请求的服务已经启动。
复制代码ERROR_COULD_NOT_CONNECT_TO_REMOTESVC
Diagnosis: Web Deploy cannot connect to the remote service.
Resolution: Ensure that:
You can ping the remote machine
That the msdepsvc or wmsvc service is started on the remote server.
Your firewall is not blocking incoming connections of your ports on the destination. If you used the default installation, then it would be 80 for msdepsvc and 8172 for wmsvc.
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
|