How to partially ACS a web Site on Azure
-
sexta-feira, 29 de junho de 2012 06:05
Hi all ,
Have enabled ACS 2.0 on Azure Cloud Services site and its working well. However it means that the whole web site requires login - i want to have a few pages that are public , therefore don't require a logon.
I've read about the [Authorize] keyword., but I am not using MVC , so how do I implement per page or turn off authorisation per page.
cheers,
Andy.
Todas as Respostas
-
sexta-feira, 29 de junho de 2012 06:22
Andy, the answer to your question is here:
http://social.msdn.microsoft.com/Forums/en-US/Geneva/thread/5d881b32-9ac8-4f3c-bf64-161dcfe753d6 -
sexta-feira, 29 de junho de 2012 18:21
Hi Alik,
I already have that as per below - how will this allow me to selectively choose which pages force authorization ?
<authorization>
<deny users="?" />
<allow users="*" />
</authorization> -
sexta-feira, 29 de junho de 2012 18:33
Andy,
Use <location> tag to specify spicific pages and folders, instructions here:
http://support.microsoft.com/kb/316871
- Marcado como Resposta Arwind - MSFTModerator sexta-feira, 6 de julho de 2012 06:25

