views:

19

answers:

0

I want most of my site to be Forms Auth, so IIS must allow for anoymous users. However I alsowant windows on the domain to be able to skip logging in.

So I'd like one route "/Login/WinAuth" to be set as requiring Windows auth. if this was a .aspx file I'd just change the security of the file in IIS and be set. But when using MVC I don't know how to do this.

Is it possible?