Hi,
Windows Form Application by default will run using the windows authentication. I need to implement Form Authentication(user name & password will be stored in DB). I'm able to create login screen and validating the password by comparing with DB.
how to override the windows authentication (or) where to set the current user is an authenticated user for application?
Anandhan.S Remember to 'mark or propose as answer' or 'vote as helpful' as appropriate.