Integrated Windows Authentication is a term associated with Microsoft products that refers to the SPNEGO, Kerberos, and NTLM authentication protocols.
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-authenticationI 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-authenticationI 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-authenticationThis 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-authenticationI'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-expressI am working on an C# and ASP.Net application, that uses Windows Authentication. i.e. in Web.config: <…
c# .net active-directory ldap windows-authenticationI 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-securityI 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-serverI'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-2013Is there a way to tell my code to run as a different user? I am calling NetUserSetInfo via a …
c# impersonation windows-authentication