Top "Windows-authentication" questions

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

How to Show or hide controls based on roles - ASP.NET MVC 4 Razor

I m working on ASP.NET MVC 4 application.I have a dashboard and my users groups will be based on …

asp.net .net asp.net-mvc authorization windows-authentication
Windows authentication doesn't work when I run project from Visual Studio

Windows authentication works good when I host my ASP.NET MVC project on IIS. But if I run it from …

asp.net .net asp.net-mvc asp.net-mvc-4 windows-authentication
Using fiddler with Windows Authentication

I am testing some proxy settings for our application but I need to test a proxy that requires Windows Authentication (…

c# windows-authentication fiddler
pymssql windows authentication

The pymssql module used to support windows authentication. Now it seems it does not. Though in some places it still …

python windows-authentication pymssql
Impersonate Domain User with Integrated Pipeline

In an local Intranet environment, are we doomed to use "Classic" pipeline mode in our App Pool if we want …

iis-7.5 windows-authentication windows-server-2008-r2 impersonation integrated-pipeline-mode
Impersonate using Forms Authentication

I have an ASP.NET site that must use Forms Authentication and not Windows Authentication to access a ActiveDirectoryMembershipProvider. The …

asp.net active-directory forms-authentication impersonation windows-authentication
ASP.NET MVC How to create a custom role provider

Being relatively new to ASP MVC, I'm unsure which would better suit my needs. I have built an intranet site …

asp.net asp.net-mvc asp.net-mvc-5 windows-authentication asp.net-authorization
SQL Server Management Studio 2008 Runas user on different domain over VPN

I am currently trying to run SQL Server Management Studio 2008 as a user who is on a different domain. I …

sql sql-server-2008 dns runas windows-authentication
ASP.NET MVC and Windows Authentication with custom roles

I am trying to implement windows authentication in my ASP.NET MVC2 application. I've followed all the steps suggested by …

asp.net asp.net-mvc windows-authentication
Use Anonymous authentication in MVC4 on single controller when the whole application uses Windows Authenticaion

I have an MVC4 Web application which uses Windows Authentication, that is in web.config I have <authentication mode="…

asp.net-mvc-4 windows-authentication