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
Problem with multiple form choice and inserting into mysql
Reorder columns of unbound datagridview
Exchange recipients receive the same email several times from sister site
Delayed Write Fail errors in WIndows XP causing data loss issues....
Name replace in SQL database
unsigned char ?
Asp Help
Can I build tables based on Access DB shell?
DCDiag /test:DNS failure
What is the most effeicient way to get a user radio button selection with the GroupName attribute?