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
Total Active Calls 1 = Active Channels 2 Trixbox
sql query question
if statement in a macro
Is adding a semi-colon a part of the the proper SQL string syntax for manipulating Microsoft Access queries?
ms access field format
Writing a formatted file to memory
absolute positioning of logo in IE6 not working with CSS styles
Need to use a jquery modal window to add a var into a session variable upon form submission
Linux commands for Oracle DBA
windows IIS server - running .html pages - need to 301 redirect each page to different page on same server