Creating an Authorization Policy Store in Authorization Manager
Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1
An authorization store is a database that stores Authorization Manager policy.
Important
You must be a member of the Administrators group on the local computer to perform the following procedure or procedures. As a security best practice, log on to your computer by using an account that is not in the Administrators group, and then use the runas command to run IIS Manager as an administrator. At a command prompt, type runas /User:Administrative_AccountName "mmc %systemroot%\system32\inetsrv\iis.msc".
To create an authorization policy store in Authorization Manager
Click Start, click Run, type
Azman.msc
and then click OK.
In the console tree, right-click Authorization Manager and then click Options.
Confirm that Developer mode is selected, and then click OK.
In the console tree, right-click Authorization Manager and then click New Authorization Store.
Click XML file and, in Store name, type the name of the store, for example, C:\MyStore.xml.
Optionally, in Description, type information about the new store, and then click OK.
In the console tree, right-click the store file you just created and then click New Application.
In New Application, in Name, type the following text exactly as it appears below:
IIS 6.0 URL Authorization
If you do not type this text exactly as it appears, IIS URL authorization fails without sending a warning message.
Optionally, in Description, type information about this usage of IIS URL Authorization, and then click OK.
In the console tree, double-click Authorization Manager, double-click the store name, double-click the application name (IIS 6.0 URL Authorization), double-click Definitions, right-click Operation Definitions, and then click New Operation Definition.
In New Operation Definition, in Name, type the following text exactly as it appears below:
AccessURL
In Operation number, type the numeral 1, and then click OK. If you do not type this text exactly as it appears, IIS URL authorization fails without sending a warning message.
- For more information about Authorization Manager, see Help and Support Center in Windows Server 2003.