This seemed so easy at the beginning...
I have a need to use xml data from a web server inside a vb.net program.
During development it worked great - then came the real world.
Some of the people who will use my application use autoproxy.
They cannot access the web server directly, nor do they have proxy
server information hard coded in their registries.
Oh, and I'm using the .net 1.1 runtime (Visual Studio .net 2003)
Does anyone know how to get out through a web proxy, determined by
autoproxy, in vb.net and the 1.1 .net runtime?
--
DM
personal opinion only
I have a need to use xml data from a web server inside a vb.net program.
During development it worked great - then came the real world.
Some of the people who will use my application use autoproxy.
They cannot access the web server directly, nor do they have proxy
server information hard coded in their registries.
Oh, and I'm using the .net 1.1 runtime (Visual Studio .net 2003)
Does anyone know how to get out through a web proxy, determined by
autoproxy, in vb.net and the 1.1 .net runtime?
--
DM
personal opinion only
Comment