python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to create ASP.Net Core Cookie on first request
We've ported a large web application to .Net 6. We have everything working, but we're working on cleaning up the code.
In .Net Framework, we created a session cookie on the first request in the sessio...
Vidar Langberget
Votes: 0
Answers: 0
How can I select different Authentication Handlers in ASP.NET 6 app?
I am trying to create an app on the top of ASP.NET 6/Core framework using C#. I want to allow users to login either using basic-authentication "app managed username and password" or LDAP aut...
Jay
Votes: 0
Answers: 0