Dear all,
I have build an application with a web service on my local machine.
All works fine
Then I set the web reference to use dynamic url, which automatically update
my application webconfig file by adding:
<appSettings>
<add key="ServiceClient.localhost2.ReelInfo"
value="http://nomos_srvr/WebService/ReelInfo.asmx"/>
</appSettings>
</configuration>
Then I build 2 web setup project to deploy application and Web service on my
production server running Server 2003
When I try to reach my web application, I get an HTTP error 404 at the time
it try to reach the web service.
If I browse directly to my ASMX file, I can get without problem function
function list
if I place an aspx page test.aspx at the same location of my asmx file and
call that test page, it is displayed properly
What coul dit be that my web service cannot be located and open ?
thnaks for your help
regards
serge
Sarun - 30 Nov 2005 07:38 GMT
Hi Serge,
Instead of giving the machine name in the web.config file, give the IP
Address of the machine in which u have created the webservice project.
> Dear all,
>
[quoted text clipped - 26 lines]
> regards
> serge