Sometimes you may need to do this because the web application which is running using an apppool ID, may have its Internet Explorer set to use Proxy. You can verify this by using the "Microsoft Network Monitor Tool".
The simplest & fool-proof way is to force disable proxy server via the web.config file.
Add this within the <configuration> element:
<system.net>
<defaultProxy>
<proxy usesystemdefault="False"/>
</defaultProxy>
</system.net>
Showing posts with label internet explorer. Show all posts
Showing posts with label internet explorer. Show all posts
Monday, May 14, 2012
Subscribe to:
Posts (Atom)