Microsoft
Software
Hardware
Network
Question : IIS 7 Authorization rules icon missing
Hi Experts,
I have been pulling my hair for a while trying to find the Authorization rules icon in IIS7. Not sure why this is missing from my application. This aint visible in any of my sites/application.
I manually added in the following section onto my web.config file, but the authorization rules simply doesnt work. I can still access text files/images in my application directory
when it should have a returned a 401 response.
<security>
<authorization>
<clear />
<remove users="*" roles="" verbs="" />
</authorization>
</security>
Please help.
cheers.
Attachments:
IIS7.JPG
(50 KB)
(File Type Details)
Screen shot of my application
Answer : IIS 7 Authorization rules icon missing
You need to install the URL Authorization feature before you'll be able to use it. You'll do this from within Server Manager:
Random Solutions
Laptop Screen goes blank when undocking
Need a bit of help on .htaccess appending folder name to url
Setting automatic updates on windows 7 with VBS
VPN and Voip
Exchange 2007 Import multivalued proxyaddresses
Get width and height of JPG-image from database
Import/Export feature of SQL 2000 in SQL Express 2005
"pci system error on bus device function 007ah" and others on HP NetServeer E800
How to learn conversion of hexadecimal to decimal and visa versa?
Accessing Objects in the .Net Data Access Engine