isaserver

Fiddler: Error 502 Proxy Error

∥☆過路亽.° 提交于 2019-12-08 22:13:55
问题 I am using Fiddler to debug all HTTP request of my ASP.NET application. For a while (about 6 months) I had no problem. All HTTP requests appeared on Fiddler and so on. The last two days Fiddler stoped working :/ Always returns the same error: "The request failed with HTTP status 502: Proxy Error ( The ISA Server denied the specified Uniform Resource Locator (URL). )." The strange thing is that only happens to my application, i. e. all HTTP requests from youtube, email, etc, appear on Fiddler.

Authentication against ISA Server, Using HttpClient (Android)

不打扰是莪最后的温柔 提交于 2019-12-08 11:54:17
问题 I am developing a Android app, which communicates with a RESTful WCF Web Service in my server. By using HttpClient, the application can read the json code from a url link. For Example: http://www.example.com/WebService/Service.svc/subscriptions/tiganeus returns {"JSONUserDataResult":["Application A","Application B"]} However, this web service itself is anonymous accessible, but protected by ISA Server. Browser automatically shows "Authentication Required" dialog when this link is accessed

ASP.net Upload Limit Server timeout

删除回忆录丶 提交于 2019-12-08 07:18:56
问题 I'm having a problem with uploading files in the media section of Umbraco. I'm not sure if the problem is size related as I don’t get an error that give too much details but I'll explain what I’ve done so far and see if you can help. I've added: <httpRuntime maxRequestLength="102400" executionTimeout="3600"/> to the web.config within the tag I've added the same httpRuntime tag to the servers default web.config restarted all the app pools for the websites and the problems still persists. The

ASP.net Upload Limit Server timeout

杀马特。学长 韩版系。学妹 提交于 2019-12-07 03:44:27
I'm having a problem with uploading files in the media section of Umbraco. I'm not sure if the problem is size related as I don’t get an error that give too much details but I'll explain what I’ve done so far and see if you can help. I've added: <httpRuntime maxRequestLength="102400" executionTimeout="3600"/> to the web.config within the tag I've added the same httpRuntime tag to the servers default web.config restarted all the app pools for the websites and the problems still persists. The error I receive when I try to upload files is: Explanation: The request timed out before the page could