Hi,
I have the following problem:
I have 20 ASP.Net web applications running on IIS. By default access to these applications is to be allowed. Default authorization rule which is inherited by all these applications is: Allow - All users - Inherited, and this is fine.
And now the clue:
A single application from this 20 apps must be configured so that it enforces windows-account
based authorization.
How can I retain default rule to be still applied for all 19 applications, and have this single
application have only explicit account to be authorized ?
I think that I would be able to achieve this by disablig inheritance of the
{Allow All users} rule for this single application, but without disablig it for the other apps.
So far I cannot find a way to achieve this.
Can anyone suggest a solution ?
Thanks in advance,
Michal