Hello,
we have some web applications in Flex in different folder. One flex application (one folder) requires authentication at login (picture), but I don't have to add login and password, I can click to cancel and I can use this application. Other applications (other folders) don't requires authentication. We have set folder equally at IIS and we don't have created any users and roles at ArcGIS for Server. We need to cancel that authentication at one application.
Does anyone know how to do it?
Thank you
Solved! Go to Solution.
Problem resolved. We had set wrong links in eSearch widgets. Thank you for your messages.
My guess is that the application that requires authentication contains one mapservice that is secured. When you click cancel you can use the rest of the application but will not be able to see the secured layer. Make sure that no mapservice that is consumed by the application is configured to be secure.
Thanks for your message. I tried to delete all layers (operation and basemap) from "config.xml" (for verification your idea), but our problem continues.
Kamil,
It sounds like you have disabled Anonymous Authentication on that folder in IIS. So just go onto IIS manager and select that folder that the app resides in and and then double click the Authentication and make sure Anonymous Authentication is enabled
Robert,
I have set all folder with enabled Anonymous Authentication in IIS. But I am not sure, we changed config file in C:\inetpub\wwwroot\arcgis\Web.config for disabling of public access to REST (for layers that are not accessible in applications). Can it be a problem?
Thanks
Problem resolved. We had set wrong links in eSearch widgets. Thank you for your messages.