Top "Windows-authentication" questions

Integrated Windows Authentication is a term associated with Microsoft products that refers to the SPNEGO, Kerberos, and NTLM authentication protocols.

Cross Domain SQL Server Logins Using Windows Authentication

I have a SQL Server 2005 named instance using Windows Authentication with domain groups serving as logins. The domain structures are …

sql-server sql-server-2005 cross-domain windows-authentication
Windows authentication failing in IIS 7.5

I'm building a simple internal application for my company, and it requires Windows Authentication for security. All other authentication modes …

iis-7 windows-server-2008 windows-authentication
401 response for CORS request in IIS with Windows Auth enabled

I'm trying to enable CORS support in my WebAPI project, and if I enable Anonymous Authentication then everything works fine, …

iis-7.5 windows-authentication asp.net-web-api ntlm cors
Windows Authentication not working in IIS Express, debugging with Visual studio 2013, Windows 8

I just upgraded my application from Visual studio 2012 to Visual studio 2013. My windows authentication is not working any more. It …

visual-studio-2013 windows-authentication iis-express
How to pass Windows Authentication credential from client to Web API service

Inside my corporate environment, I have IIS7.5 hosting both a Web API service and a separate website which makes calls …

c# asp.net authentication windows-authentication asp.net-web-api
Connect To SQL Server With Windows Authentication From A Linux Machine Through JDBC

I want to be able to connect to a SQL Server using jdbc and windows authentication. I saw some answers …

java sql-server jdbc windows-authentication
windows authentication vs forms authentication

I am trying to understand concepts of windows authentication, forms authentication and their differences. I am confused. Can someone help …

windows authentication forms-authentication windows-authentication
Get the username in Forms authentication

I'm using Forms authentication. In Windows Authentication for get the user name of the PC i use: User.Identity.Name …

c# asp.net forms-authentication windows-authentication
Getting "Service Unavailable" error when browsing IIS website

I have a website in IIS 6.0 using an application pool with a custom service account. When I browse the website, …

asp.net iis security windows-authentication application-pool
HTTP Error 404.15 - Not Found ...because the query string is too long

I've checked lots of posts about this error but not been able to fix the problem yet. I have simple …

asp.net-mvc iis windows-authentication