Re: [ADVANCED-DOTNET] Bypass http proxy server for intranet app using remoting

2003-01-19 Thread xiao
is time creates a blank WebProxy() - allowing me to bypass the proxy server from my client application. Whew... xiao You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.

[ADVANCED-DOTNET] Bypass http proxy server for intranet app using remoting

2003-01-17 Thread xiao
bejct as a web service, and web service client should be able to go through proxy server, but then i remember Integrated Windows Authentication doesn't work well with http proxy. So i really don't want to go through proxy server - this is an intranet application after all! Many Thank