I want to use Windows authentication within an MVC app, but only for certain areas of the site (i.e. admin area).
Currently I've set in the web.config; but unlike the Forms one this seems to force authentication on the whole application even though the controlers don't contain the [Authorize] filter.
Is this feature built in or will I have to resort to enrolling people into a forms based protection?
Solution
Found a good answer (as I couldnt get the AD user/pass) in using IIS auth http://support.microsoft.com/kb/316748/en-us