<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Proxy page in .NET? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proxy-page-in-net/m-p/624607#M58261</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; So if you go to your web browser and type &lt;A class="unlinked" title="http://localhost/Proxy/proxy.ashx?http://services.arcgisonline.com/ArcGIS/rest/services/?f=pjson"&gt;http://localhost/Proxy/proxy.ashx?http://services.arcgisonline.com/ArcGIS/rest/services/?f=pjson&lt;/A&gt;‌ in the addressbar to you still get the error that the resource was not found?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jul 2014 16:41:05 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2014-07-30T16:41:05Z</dc:date>
    <item>
      <title>Proxy page in .NET?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proxy-page-in-net/m-p/624599#M58253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If my server is .NET (IIS), do I follow the steps to create a proxy page in ASP.NET or Java/JSP&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am creating a javascript web app, but I am not using Visual Studio to create it, just aptana.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.esri.com/help/9.3/arcgisserver/apis/javascript/arcgis/help/jshelp_start.htm#jshelp/ags_proxy.htm"&gt;http://resources.esri.com/help/9.3/arcgisserver/apis/javascript/arcgis/help/jshelp_start.htm#jshelp/ags_proxy.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 14:00:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proxy-page-in-net/m-p/624599#M58253</guid>
      <dc:creator>ionarawilson1</dc:creator>
      <dc:date>2013-10-07T14:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy page in .NET?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proxy-page-in-net/m-p/624600#M58254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Ionara&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you get solution for your proxy page. Because I am also doing the same proxy setUp for my arcGIS server for my print functionality (arcGIS 10.1). Please let me know if you find anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 14:03:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proxy-page-in-net/m-p/624600#M58254</guid>
      <dc:creator>MandeepKaur</dc:creator>
      <dc:date>2014-07-30T14:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy page in .NET?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proxy-page-in-net/m-p/624601#M58255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ionara,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I use the latest proxy from the resource proxy on github &lt;A href="https://github.com/Esri/resource-proxy" title="https://github.com/Esri/resource-proxy"&gt;Esri/resource-proxy · GitHub&lt;/A&gt;‌ If you are using IIS then just use the .Net proxy. You would only use other versions of the Proxy (like java version) if you where using other webservers besides IIS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 15:06:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proxy-page-in-net/m-p/624601#M58255</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-07-30T15:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy page in .NET?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proxy-page-in-net/m-p/624602#M58256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am following the readme file for .Net proxy. My webpage is hosted on separate external server and my GIS server has all map services. According to readme file of .net proxy, we should create Application pool in GIS server and then include code in my application. But I read online that you are supposed to keep proxy folder in the same location where your webpage is. I am little confused on how should I proceed further as I am new to esri. Appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 15:15:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proxy-page-in-net/m-p/624602#M58256</guid>
      <dc:creator>MandeepKaur</dc:creator>
      <dc:date>2014-07-30T15:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy page in .NET?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proxy-page-in-net/m-p/624603#M58257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; The readme.md under the DotNet talks about&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Install the contents of the DotNet folder as a .NET Web Application, specifying a .NET 4.0 application pool or later&lt;/LI&gt;&lt;LI&gt;then edit the proxy.config to add serverUrls&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I just created a "proxy" folder under my wwwroot on my webserver set it as an application in IIS (Convert to Application option when you right click on the folder in IIS) and set its application pool to .NET 4.0 or higher as mentioned earlier.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 15:27:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proxy-page-in-net/m-p/624603#M58257</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-07-30T15:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy page in .NET?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proxy-page-in-net/m-p/624604#M58258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks. I did create an application pool but still i am not able to see that Print button in my application. And I wanted to ask one more thing, that after setting up proxy we are supposed to check if its working through &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://myserver/Proxy/proxy.ashx" rel="nofollow" target="_blank"&gt;http://myserver/Proxy/proxy.ashx&lt;/A&gt;&lt;SPAN&gt; because I kept my proxy.config and proxy.ashx in Proxy folder in wwwroot. But it gives me error saying that &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; font-size: medium;"&gt;The requested URL /Proxy/proxy.ashx was not found on this server.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Do we need to restart our server for putting proxy in action. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; font-size: medium;"&gt;Thanks&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; font-size: medium;"&gt;Mandeep&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 16:12:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proxy-page-in-net/m-p/624604#M58258</guid>
      <dc:creator>MandeepKaur</dc:creator>
      <dc:date>2014-07-30T16:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy page in .NET?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proxy-page-in-net/m-p/624605#M58259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mandeep,&amp;nbsp; When you added the files to your web server did you actually put those files in a folder called "Proxy"?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 16:29:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proxy-page-in-net/m-p/624605#M58259</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-07-30T16:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy page in .NET?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proxy-page-in-net/m-p/624606#M58260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I did. I have attached the screenshot for you. Kindly let me know if I am missing anything. Thank you&lt;IMG alt="proxy folder.png" class="jive-image image-1" src="/legacyfs/online/2754_proxy folder.png" style="width: 620px; height: 201px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 16:33:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proxy-page-in-net/m-p/624606#M58260</guid>
      <dc:creator>MandeepKaur</dc:creator>
      <dc:date>2014-07-30T16:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy page in .NET?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proxy-page-in-net/m-p/624607#M58261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; So if you go to your web browser and type &lt;A class="unlinked" title="http://localhost/Proxy/proxy.ashx?http://services.arcgisonline.com/ArcGIS/rest/services/?f=pjson"&gt;http://localhost/Proxy/proxy.ashx?http://services.arcgisonline.com/ArcGIS/rest/services/?f=pjson&lt;/A&gt;‌ in the addressbar to you still get the error that the resource was not found?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 16:41:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proxy-page-in-net/m-p/624607#M58261</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-07-30T16:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy page in .NET?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proxy-page-in-net/m-p/624608#M58262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I am sti;; getting the error. My server name is arcgis01.madisoncty.com and it's not able to recognize the Proxy folder at all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 16:45:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proxy-page-in-net/m-p/624608#M58262</guid>
      <dc:creator>MandeepKaur</dc:creator>
      <dc:date>2014-07-30T16:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy page in .NET?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proxy-page-in-net/m-p/624609#M58263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Have you checked that IIS is running on that machine.&lt;/LI&gt;&lt;LI&gt;Do you have other web apps on the same machine that are running properly.&lt;/LI&gt;&lt;LI&gt;Did you setup the "Proxy" folder as an application in IIS (it does not appear so as there is no Web.config file)?&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 16:50:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proxy-page-in-net/m-p/624609#M58263</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-07-30T16:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy page in .NET?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proxy-page-in-net/m-p/624610#M58264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. IIS is running fine.&lt;/P&gt;&lt;P&gt;2. There is one more application where we see all our map services "arcgis" and it is working fine.&lt;/P&gt;&lt;P&gt;3. I tested with Web.config file too but it didn't make any difference. I have kept it now in Proxy folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Services hosted on other webapp named arcgis can be seen in &lt;A href="http://arcgis01.madisoncty.com/arcgis/rest/services" title="http://arcgis01.madisoncty.com/arcgis/rest/services"&gt;http://arcgis01.madisoncty.com/arcgis/rest/services&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I did notice one thing that arcgis application is assigned to ArcGISWebAdaptorAppPool and this adapter is attached to .net v2.0 in Application pools as we have both v2.0 and v4.0 for .net. Does this can create any problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 17:05:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proxy-page-in-net/m-p/624610#M58264</guid>
      <dc:creator>MandeepKaur</dc:creator>
      <dc:date>2014-07-30T17:05:34Z</dc:date>
    </item>
  </channel>
</rss>

