When openi开发者_开发百科ng a client against a db40 server it seems to expect a user name and password
This question alre开发者_如何学运维ady has answers here: Mixing Forms authentication with Windows authentication
So I am writing a web application for use within my organization. The application requires that it know who the current user is. This is done by calling the Request.ServerVariables(\"AUTH_USER\") func
Client setup: Only browser that is affected is IE 6-8 (Firefox, Chrome, Opera, and Safari all work fine)
I am using windows authentication witho开发者_如何学Cut impersonation on my company\'s intranet website with IIS7.
On IIS6, using NTLM Authentication (meaning Integrated Windows Authentication) if the user cancels the authentication request, how can I redirect them to another page? I can\'t just grab 401 (tried) o
We\'re getting ready to start migrating some of our IIS6 sites to IIS7, and the application currently uses Forms Authentication. We have started getting some requests from various sites to use the Win
I am working on an application that uses windows authentication.Within this application, we give the user the ability to change their password.
I have a C# exe that needs to be run using WMI and access a network share. However, when I access the share I get an UnauthorizedAccessException. If I run the exe directly the share is accessible. I a
I have a web app (.NET 3.5) which is sending notifications by email to users. In order to do this, I search Active Directory to find each person\'s email.