I have an mvc application that authenticates users by the DefaultConnection database. Now I want that user logged in with Windows pass could be automatically logged in, in my mvc app.
Can I do it with asp.net mvc?
Thank you for all suggestions that you can provide