python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Automatic Windows Authentication over IIS, ASP.NET 5 and Microsoft SQL Server
There is a lot of relevant Info, I hope I won't forget anything. We want an automatic Windowslogin into an intranet website in our domain.
For testing on a client I'm using a chrome browser that has t...
AcclaroDev
Votes: 0
Answers: 1
Objects being created as DBO for all users in SQL Server application
We have Windows Authentication on our SQL Server Databases.
Every object gets created as dbo which I don't mind. But we are unable to track who created what? Can someone help on how it can be managed ...
Doodle
Votes: 0
Answers: 1
How do I pass the windows authentication token on a web request to an api?
In ASP.NET Core 5, can I use Windows Authentication (which allows IIS to authenticate the user) and somehow grab that token and then use that to call a Web API application that also authenticates via ...
tnk479
Votes: 0
Answers: 1
using the iis authentication element
I am trying out IIS authentication.
I stared by trying to deny access from all users to the Default Web Site.
appcmd set config "Default Web Site" /commit:apphost /section:system.webServ...

Nimrod Fiat
Votes: 0
Answers: 1