I am trying to have both windows as well as forms authentication for my application. For Forms Authentication I wrote my custom membership provider to handle authentication. I want to do the same for windows authentication also.
Can we control windows authentication using code? Thanks