When a small Webservice application is deployed in a project, a Webservice interface is streaking.
There was a strange problem. There was no problem with local debugging or publishing.
The port 80 is mapped to the remote server and the Internet is 8080.
For debugging in the browser, click [Call]. The timeout period is ~
Program access also times out.
I searched the internet and said it was an intranet BUG of. net?
The specific solution is to check the port display of the address of the configuration file (. net) during the call.
........ <ApplicationSettings> <RefWebSevr. properties. settings> <setting name = "RefWebSevr_RefWebServ_PubWebService" serializeAs = "String"> <value> http://XXX.XXX.XXX.XXX: 8080/Soap/WebService. asmx </value> <! -- Automatic Generation without the port number --> </setting> </RefWebSevr. Properties. Settings> </applicationSettings> </configuration>