Hi all,
I have an asp.net 2.0 website that accesses a locally hosted web service.
This works fine on servers that are connected to our network. However, I am
having a problem with a laptop server that I have built. The code that tries
to connect to the web service breaks if the laptop is not within our
network. Further debugging has revealed that this is due to a proxy server
issue. Our domain sets the proxy server via GPO for all machines on our
network. I have however disabled the proxy server in IE settings and have
confirmed that works. However for some reason .net does not seem to be
picking up this change and it still appears to be looking for our proxy
server even when it is not in our network i.e. remote offsite etc. I even
searched the registry for all instances of string occurence of our proxy
server and deleted them.
Any ideas?
I have an asp.net 2.0 website that accesses a locally hosted web service.
This works fine on servers that are connected to our network. However, I am
having a problem with a laptop server that I have built. The code that tries
to connect to the web service breaks if the laptop is not within our
network. Further debugging has revealed that this is due to a proxy server
issue. Our domain sets the proxy server via GPO for all machines on our
network. I have however disabled the proxy server in IE settings and have
confirmed that works. However for some reason .net does not seem to be
picking up this change and it still appears to be looking for our proxy
server even when it is not in our network i.e. remote offsite etc. I even
searched the registry for all instances of string occurence of our proxy
server and deleted them.
Any ideas?
Comment