Hi I have 20 map services, 10 map services are secured and 10 map services are not secured. When I lunch my flex application the authentication box shown 10 times and user should write user name and password 10 times. What should I do? Best regards
The Flex viewer is going to require your users to log on to each secured service separately, 10 times in your case. The only way to avoid this is to publish a single secured service that contains all of the layers. That way, users log on only once.