Consuming a webservice with a dynamic dns...

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hi.

I'm consuming a webservice using a DNS name in the URL which is changed
every now and then.
The problem is that my ASP.NET web never uses the new DNS entry even though
I'm instantiating a new webservice client for every call. I've checked that
there's nothing wrong with my DNS cache on the server because a ping gives
the correct ip address.

Can anyone help me with this?

Summary: I'm using a web service on a remote site that has a DNS that
changes periodicaly. Why don't the framework find out by itself that the ip
address is changed? My web service calls the old ip address for hours...

Any help is greatly apprechiated! I've googled this issue and haven't found
anything.

'Hans Olav.



.



Relevant Pages

  • Running batch file from webservice
    ... I created a Windows Application to try and run the process ... Private Sub Button1_Click(ByVal sender As System.Object, ... Resulting a Domain created in the DNS service. ... I did the same thing using a webservice and didn't create de domain. ...
    (microsoft.public.dotnet.framework.webservices)
  • Running a batch file from a WebService
    ... I created a Windows Application to try and run the process ... Private Sub Button1_Click(ByVal sender As System.Object, ... Resulting a Domain created in the DNS service. ... I did the same thing using a webservice and didn't create de domain. ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: DNS Server access with ASP.Net
    ... > I like to create a WebSite or WebService for DNS management tasks. ... > But I found no solution to access a DNS server with ASP.Net. ...
    (microsoft.public.dotnet.framework.aspnet)
  • RE: System.Net.WebException: The underlying connection was closed:
    ... No, Kevin, I am not consuming my own web service. ... > have something to do with the webservice itself. ...
    (microsoft.public.dotnet.framework.webservices)
  • WMI Permissions from ASP.NET
    ... I've written a web service to alter DNS records on Win2003 through WMI. ... The code works fine when accessing the DNS server on another machine ...
    (microsoft.public.win32.programmer.wmi)