简体   繁体   中英

asp.net web application is not working if proxy enabled

如果在浏览器中启用了代理,我的asp应用程序(部署在本地服务器中)没有运行,如果删除代理应用程序运行正常,请问有人可以告诉我解决方法吗?

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.

听起来,您只需要告诉您的浏览器不要对本地地址(例如,本地主机)使用代理即可。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM