tags:

views:

64

answers:

2

In IIS 5 & 6 there's a tab called "Directory Security" where one can define the authentication access and check the "Integrated windows authentication" checkbox.

I can't find the same options in IIS Manager in Windows 7.

A: 

IIS7 is structured quite differently from IIS 5 or 6. This link describes the process for enabling Integrated Windows Authentication (and other authentication methods) and includes some helpful images.

Jeffrey P
The docs seems to be for Windows 2008. I can't find the server manager or how to add role services in windows 7.
Tony_Henrich
+1  A: 

This link was helpful. Very annoying that Microsoft changed the options so much that what used to take me 5 seconds to do in previous versions made me search for an hour and to discover that windows authentication option is nowhere to be displayed unless the provider is installed and that it's off by default.

Tony_Henrich
While you're in there, you should pretty much check off all the boxes that relate to IIS because it's a development box (Windows 7). You can leave refinement of security principles to later when you have a deployment box (and best to practice in a lab computer on a VM so you can flush and recycle configs).
drachenstern