Top "Windows-authentication" questions

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

Connection string using Windows Authentication

I am creating a website, but in the database I use windows authentication. I know that you use this for …

.net asp.net-mvc connection-string windows-authentication
Receiving login prompt using integrated windows authentication

I have a .NET 3.5 application running under IIS 7 on Windows 2003 server and cannot get integrated windows authentication working properly as …

asp.net iis-7 windows-authentication
IIS7 folder permissions for web application

I am using windows authentication without impersonation on my company's intranet website with IIS7. Under IIS7, what account is used …

asp.net iis-7 windows-server-2008 windows-authentication
IIS7: Setup Integrated Windows Authentication like in IIS6

This is for IIS 7 on a Windows Server 2008 that is not part of an AD domain. I would like to …

authentication iis-7 windows-authentication
IIS Express Windows Authentication

I'm trying to use IIS Express with VS2010 to host a silverlight application. I modified my applicationhost.config file to …

visual-studio-2010 visual-studio windows-authentication iis-express
How to get the current user's Active Directory details in C#

I am working on an C# and ASP.Net application, that uses Windows Authentication. i.e. in Web.config: <…

c# .net active-directory ldap windows-authentication
How to get user name using Windows authentication in asp.net?

I want to get user name using Windows authentication Actually I implemented "Sign in as different user",when click this …

c# asp.net authorization windows-authentication windows-security
"Cannot create an instance of OLE DB provider" error as Windows Authentication user

I am trying to run openrowset from MS SQL Server on an Oracle server. When i execute the following command: …

sql-server oracle oledb windows-authentication linked-server
Authentication issue when debugging in VS2013 - iis express

I'm trying to pick up the windows username when debugging in Visual Studio 2013. I am simply using: httpcontext.current.user.…

web-config windows-authentication iis-express visual-studio-2013
Run Code as a different user

Is there a way to tell my code to run as a different user? I am calling NetUserSetInfo via a …

c# impersonation windows-authentication