The problem was resolved.
I needed to go to the service with the .local and not with .co.il
like this:
PathToProxy.co.il?PathToServiec.local
it seems that i have a similar problem but i did set the credentials in the proxy.config file.
any ideas?
WebRequest newRequest = System.Net.WebRequest.Create(new Uri(uri)); newRequest.Method = context.Request.HttpMethod; newRequest.CachePolicy = new RequestCachePolicy(RequestCacheLevel.NoCacheNoStore); WebResponse newResponse = newRequest.GetResponse();
I checked and Testing Virtual directory has anonymous access enabled. Even I tried testing by turned-off firewall, but no luck.
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.