且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

WCF服务无法在部署服务器上运行

更新时间:2023-02-23 08:01:45

它们可能是404 File File Found错误的N个原因。部分原因可能与 IIS 防火墙设置有关。



请查看以下链接。



http://***.com/questions/9543407/404-file-or-directory-not-found-in-wcf



http://***.com/questions/3797739/wcf -the-remote-server-returned-an-error-404-not-found-urgent



此外在谷歌上探索更多,因为这完全是尝试并测试故障排除。



https://www.google.com/#q=wcf+%2B+404+file+not+found
Their can be N number of reasons for "404 File Not Found" error. Some of the reasons could be related to IIS or Firewall settings.

Have a look at below links.

http://***.com/questions/9543407/404-file-or-directory-not-found-in-wcf

http://***.com/questions/3797739/wcf-the-remote-server-returned-an-error-404-not-found-urgent

Moreover explore more on Google, because this is completely Try and Test troubleshooting.

https://www.google.com/#q=wcf+%2B+404+file+not+found


在我的情况下,WCF服务未注册IIS。
In my case WCF Service is not register with IIS.


确保该文件夹是否具有权限

ma将它连接到共享模式并在IIS目录中启用浏览启用





我希望它有所帮助
Make sure that folder having permission or not
make it to the shared mode and make it in IIS directory browsing enable


I hope it helps