<?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: Unable to use the sample Edit without editor widget in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-use-the-sample-edit-without-editor/m-p/647961#M60412</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you follow the steps in the ASP.net section in the help to setup your proxy in IIS? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/jshelp/#ags_proxy"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/jshelp/#ags_proxy&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Jan 2013 16:12:38 GMT</pubDate>
    <dc:creator>KellyHutchins</dc:creator>
    <dc:date>2013-01-15T16:12:38Z</dc:date>
    <item>
      <title>Unable to use the sample Edit without editor widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-use-the-sample-edit-without-editor/m-p/647953#M60404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm trying to run the sample "Edit without editor widget" on my computer. But all the edits I made simply can not apply to the featurelayer. However the online live sample is able to apply every edit. Can anybody tell me why?Thanks a lot!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 04:19:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-use-the-sample-edit-without-editor/m-p/647953#M60404</guid>
      <dc:creator>ouyajam</dc:creator>
      <dc:date>2013-01-09T04:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use the sample Edit without editor widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-use-the-sample-edit-without-editor/m-p/647954#M60405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You probably need to setup a proxy page. Instructions on how to do so are here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp/ags_proxy.htm"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp/ags_proxy.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once you've setup the proxy modify the following line in the code to point to the location of your proxy.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; esri.config.defaults.io.proxyUrl = "/arcgisserver/apis/javascript/proxy/proxy.ashx";&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 14:32:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-use-the-sample-edit-without-editor/m-p/647954#M60405</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2013-01-09T14:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use the sample Edit without editor widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-use-the-sample-edit-without-editor/m-p/647955#M60406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi - I've got a similar issue - but it seems to be IE specific.&amp;nbsp; I have the proxy all set and Chrome and Firefox work fine./&amp;nbsp; Yet IE (8 &amp;amp; 9) fail&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In Fiddler I see a 500 error reported for&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;POST /proxy/proxy.ashx?&lt;/SPAN&gt;&lt;A href="http://our"&gt;http://our&lt;/A&gt;&lt;SPAN&gt; server/arcgis/rest/services/test/edit/FeatureServer/0//applyEdits HTTP/1.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With the page being returned as the normal .NET page &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Server Error in '/proxy' Application.&amp;nbsp; and saying how to make changes to the web.config (which I don't have) to get better errors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've just used the default proxy pages from the esri site (I'd edited the previous ones) and still get the error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When run on the server - fiddler shows a 500 page with&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[TABLE="width: 100%"]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[No relevant source lines]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/TABLE]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ACM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2013 13:27:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-use-the-sample-edit-without-editor/m-p/647955#M60406</guid>
      <dc:creator>AdrianMarsden</dc:creator>
      <dc:date>2013-01-15T13:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use the sample Edit without editor widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-use-the-sample-edit-without-editor/m-p/647956#M60407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When I first setup a proxy I usually set the following value in the proxy.config file to false. This will proxy any site which is good for testing. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;ProxyConfig mustMatch="false"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After verifying that the proxy works using the above setting you can set it back to true then use the &amp;lt;serverUrl&amp;gt; tags to specify the URL of the sites that should be proxied.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2013 15:15:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-use-the-sample-edit-without-editor/m-p/647956#M60407</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2013-01-15T15:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use the sample Edit without editor widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-use-the-sample-edit-without-editor/m-p/647957#M60408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Si instead of &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp; &amp;lt;serverUrl url="http://hummer/ArcGIS/rest/services"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; matchAll="true"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dynamicToken="true"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;&amp;lt;/serverUrl&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would you simply have&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp; &amp;lt;serverUrl&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; matchAll="flase"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dynamicToken="true"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;&amp;lt;/serverUrl&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;?&amp;nbsp; The comments in the proxy.config isn't very clear.&amp;nbsp; To me " matchAll = true to forward any request beginning with the url"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Means that if I set the URL to "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://myserver/" rel="nofollow noopener noreferrer" target="_blank"&gt;http://myserver/&lt;/A&gt;&lt;SPAN&gt;" and matchAll = True the any request beginning "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://myserver/" rel="nofollow noopener noreferrer" target="_blank"&gt;http://myserver/&lt;/A&gt;&lt;SPAN&gt;" will work.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ACM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 03:28:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-use-the-sample-edit-without-editor/m-p/647957#M60408</guid>
      <dc:creator>AdrianMarsden</dc:creator>
      <dc:date>2021-12-12T03:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use the sample Edit without editor widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-use-the-sample-edit-without-editor/m-p/647958#M60409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry - misread your post - see the setting you mean now.&amp;nbsp; I'll try that.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2013 15:58:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-use-the-sample-edit-without-editor/m-p/647958#M60409</guid>
      <dc:creator>AdrianMarsden</dc:creator>
      <dc:date>2013-01-15T15:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use the sample Edit without editor widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-use-the-sample-edit-without-editor/m-p/647959#M60410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Insted of the matchAll attribute for the serverUrl tags look at the top of the proxy.config file and you should see a &amp;lt;ProxyConfig&amp;gt; tag. This tag has a mustMatch attribute. If you set it to false it will proxy everything which is great for testing to see if your proxy works. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;

&amp;lt;?xml version="1.0" encoding="utf-8" ?&amp;gt;
&amp;lt;!-- Proxy config is used to set the ArcGIS Server services that the proxy will forward to.
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mustMatch: true to only proxy to sites listed, false to proxy to any site --&amp;gt;
&lt;STRONG&gt;&amp;lt;ProxyConfig mustMatch="false"&amp;gt;&lt;/STRONG&gt;
&amp;nbsp; &amp;lt;serverUrls&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- serverUrl options:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url = location of the ArcGIS Server, either specific URL or stem
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; matchAll = true to forward any request beginning with the url
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; token = (optional) token to include for secured service
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dynamicToken = if true, gets token dynamically with username and
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; password stored in web.config file's appSettings section.
&amp;nbsp;&amp;nbsp;&amp;nbsp; --&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;serverUrl url="http://sampleserver1.arcgisonline.com/arcgis/rest/services/" 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; matchAll="true"&amp;gt;&amp;lt;/serverUrl&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;serverUrl url="http://sampleserver2.arcgisonline.com/arcgis/rest/services/" 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; matchAll="true" 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; token=""&amp;gt;&amp;lt;/serverUrl&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;serverUrl url="http://server.arcgisonline.com/arcgis/rest/services/"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; matchAll="true"&amp;gt;&amp;lt;/serverUrl&amp;gt;

&amp;nbsp; &amp;lt;/serverUrls&amp;gt;
&amp;nbsp; 
&amp;lt;/ProxyConfig&amp;gt;


&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 03:28:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-use-the-sample-edit-without-editor/m-p/647959#M60410</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2021-12-12T03:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use the sample Edit without editor widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-use-the-sample-edit-without-editor/m-p/647960#M60411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for that - we posted at the same time - however, my proxy.config&amp;nbsp; now looks like this and IE still fails&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;

&amp;lt;?xml version="1.0" encoding="utf-8" ?&amp;gt;
&amp;lt;!-- Proxy config is used to set the ArcGIS Server services that the proxy will forward to.
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mustMatch: true to only proxy to sites listed, false to proxy to any site --&amp;gt;
&amp;lt;ProxyConfig mustMatch="false"&amp;gt;
&amp;nbsp; &amp;lt;serverUrls&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- serverUrl options:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url = location of the ArcGIS Server, either specific URL or stem
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; matchAll = true to forward any request beginning with the url
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; token = (optional) token to include for secured service
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dynamicToken = if true, gets token dynamically with username and
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; password stored in web.config file's appSettings section.
&amp;nbsp;&amp;nbsp;&amp;nbsp; --&amp;gt;


&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;serverUrl url="http://eddc-gis2"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; matchAll="true"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;&amp;lt;/serverUrl&amp;gt;
&amp;nbsp; &amp;lt;/serverUrls&amp;gt;
&amp;nbsp; 
&amp;lt;/ProxyConfig&amp;gt;


&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll see if I get get a page on the internet later.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;IE just does nothing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ACM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 03:28:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-use-the-sample-edit-without-editor/m-p/647960#M60411</guid>
      <dc:creator>AdrianMarsden</dc:creator>
      <dc:date>2021-12-12T03:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use the sample Edit without editor widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-use-the-sample-edit-without-editor/m-p/647961#M60412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you follow the steps in the ASP.net section in the help to setup your proxy in IIS? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/jshelp/#ags_proxy"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/jshelp/#ags_proxy&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2013 16:12:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-use-the-sample-edit-without-editor/m-p/647961#M60412</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2013-01-15T16:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use the sample Edit without editor widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-use-the-sample-edit-without-editor/m-p/647962#M60413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes-or I thought I did - it is in IIS7 so a bit different.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to move my Chrom working/IE not working to my internet site - where of course it works!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't see any obvious difference in the setup of either the proxy.config or the IIS Application&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway - supper time for me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ACM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2013 18:45:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-use-the-sample-edit-without-editor/m-p/647962#M60413</guid>
      <dc:creator>AdrianMarsden</dc:creator>
      <dc:date>2013-01-15T18:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use the sample Edit without editor widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-use-the-sample-edit-without-editor/m-p/647963#M60414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorted - &lt;/SPAN&gt;&lt;A href="http://support.microsoft.com/kb/317955"&gt;http://support.microsoft.com/kb/317955&lt;/A&gt;&lt;SPAN&gt; - I needed to give (in my case the local IISUSER account, the rights specified here to my entire web folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Odd that Chrome was ok and IE not.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ACM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 08:42:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-use-the-sample-edit-without-editor/m-p/647963#M60414</guid>
      <dc:creator>AdrianMarsden</dc:creator>
      <dc:date>2013-01-16T08:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use the sample Edit without editor widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-use-the-sample-edit-without-editor/m-p/647964#M60415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kelly!&lt;/P&gt;&lt;P&gt;I set proxy.config:&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="utf-8" ?&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;ProxyConfig mustMatch="false"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;serverUrls&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;serverUrl url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;myservername&amp;gt;/arcgis/rest/services/"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; matchAll="true"/&amp;gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/serverUrls&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/ProxyConfig&amp;gt;&lt;/P&gt;&lt;P&gt;and I put folder "&lt;STRONG&gt;dotnet&lt;/STRONG&gt;" (consist of: proxy.ashx, proxy.config, web.config) to: C:\inetpub\wwwroot&lt;/P&gt;&lt;P&gt;then my code in web app is:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;esriConfig.defaults.io.proxyUrl ="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;myservername&amp;gt;/dotnet/proxy.ashx";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I tested this link: &lt;A href="http://trainguocsuthat:8088/proxy/proxy.jsp?http://trainguocsuthat/ArcGIS/rest/services/map/sde_commune/MapServer" title="http://trainguocsuthat:8088/proxy/proxy.jsp?http://trainguocsuthat/ArcGIS/rest/services/map/sde_commune/MapServer"&gt;http://&amp;lt;myservername&amp;gt;/dotnet/proxy.ashx?http://&amp;lt;myservername&amp;gt;/ArcGIS/rest/services/map/sde_commune/MapServer&lt;/A&gt;&amp;nbsp; with no error, but all the edits I made can not apply to my featurelayer.&lt;/P&gt;&lt;P&gt;Please help me, thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Dec 2014 09:53:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-use-the-sample-edit-without-editor/m-p/647964#M60415</guid>
      <dc:creator>BayNgo</dc:creator>
      <dc:date>2014-12-13T09:53:29Z</dc:date>
    </item>
  </channel>
</rss>

