Is there an efficient way to block REST services to anonymous users?
I am running a website in ASP.NET 4.0
where people log in and according to their credentials they have access to different maps. I would like to avoid having them log in again.
The ESRI WebAdaptor
is only running in ASP.NET 2.0
and I'm having a real hard time making it work with the rest of the website. I am not a web guru at all, just inherited this project lucky me.
Thank you for any suggestions or ideas!