In IIS, why doesn't Window Authentication show up as one of the options for my web application?

dev.e.loper picture dev.e.loper · Nov 9, 2011 · Viewed 54.3k times · Source

I'm reading about how to set up windows authentication for my web application on IIS 7. In the description they have Window Authentication as an option in IIS. enter image description here

I have windows authenication turned on for my machine(I'm on Windows 7 Professional 64bit) and I still don't see it as one of the authentication options for my web application. Why?
enter image description here enter image description here

Answer

Chris picture Chris · May 15, 2013

I got hit by this and it was something as simple as having not started IIS Manager with 'run as administrator'. Very frustrating, but I got there in the end!