0

my asp application(deployed in local server) is not running if proxy is enabled in a browser, if remove proxy application is working fine, can any one tell me the solultions please...?

2 Answers 2

1

Most browsers have an option for bypassing proxy server for local addresses, so you need to make sure that is checked. In internet explorer, for example, you can get to this by going to Tools/Internet Options and selecting the connections tab. Then click the Lan Settings button, and there is a checkbox for "Bypass proxy server for local addresses".

By "local server", I assume you mean your own machine. If that's not the case, then the other thing you can do is click the Advanced button (on the same screen as above) and you can add an exception to the "Do not use proxy server for addresses beginning with" section. You can use wildcards here, like *mylocalserver*, for example.

Sign up to request clarification or add additional context in comments.

Comments

0

By the sounds of it you just need to tell your browser to not use the proxy for local addresses, e.g. localhost.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.