Cannot Apply Edits in Html5 v1.2 - Windows Authentication the issue?
Hi,
We are building our first Html5 v 1.2 viewer to allow data editing on the ipad platform.
I can get the feature service working on the viewer, plot point on the map, add attributes and change dropdown attribute options .. but as soon as I select "save" i get an error message pop up
"There was an error applying feature edits: Unable to load /proxy.ashx?http://server/arcgis/rest/services/Projects/WildlifeManagement/FeatureServer/0/applyEdits status: 404"
Looking at the admin guide it notes that "..if we use Windows Authentication, you will have to adapt the proxy setup" - can anyone tell me what I need to adapt as there is no further detail on this in the admin guide?
Thanks very much,
Gina
-
Hi Gina,
There's a section in the Admin & Dev guide on pg 20 about setting up the proxy page. We had to update the proxy.config file to allow for the reverse proxy we have in place.
0 -
Hi,
I can edit on the server, but I cannot edit on the client site.
May I ask how to "enable Windows Impersonation on the proxy application"?
Can I add
<serviceBehaviors>
<behavior name="ServiceBehavior">
<serviceMetadata httpGetEnabled="true" />
<serviceDebug includeExceptionDetailInFaults="false" />
<serviceAuthorization impersonateCallerForAllOperations="true" />
</behavior>
</serviceBehaviors>
and commend out two old behavior in Asset.config?
Thanks.
0 -
Figured it out.
0 -
I am getting the same error as Gina. I followed the instructions in the Admin & Dev guide, so I have updated my proxy files to include our server url, disabled anonymous authentication, enabled ASP.NET Impersonation, and Enabled Windows Authentication in IIS.
I don't understand part three of your instructions, Malcolm. Do I have to paste that somewhere?
0 -
After doing some more testing -- I get the error with an internal HTML5 viewer, but not with a public HTML5 viewer. I didn't configure any authentication for the public one... so why does it work?
0 -
Hm. I only get the error with Internet Explorer, and only with an internal map. Firefox and Chrome work internally. All three work externally. ?
0
Please sign in to leave a comment.
Comments
6 comments