Custom membership provider via WCF authorization question
- by Diego
I've made a global authentication via WCF to use with the most of our systems, but found that load data via WCF not very so fast.
What I need to do now is verify every time that the page is loading if the user has access granted to that page....
Its a good pratice to go back in WCF request this info for every page that the user access?This will not slow down my entire system?