I use 2008 R2 (IIS 7.5).
My web app has a windowsauthentication=true set.. and nothing else in it - its a asp.net 4.0 (non-MVC), simple app deployed to 4.0 app pool running in integrated pipeline mode.
Have disabled anonymous and impersonate options for that app
Have enabled just windows authentication for that app in iis
I make some changes and copy the bin and app contents to inetpub\wwwroot\<appfolder>
refresh IIS and I see that the anonymous and impersonate options are now enabled//
what am I missing out here?
Thanks!