System.DirectoryServices – The server is not operational
I get an error by a website, on which I use Windows Authentication.
I get an error by a website, on which I use Windows Authentication.
I am using windows authentication within an ASP.NET application. I am wondering how to best get the objectGuid from the currently logged in user?
I m working on ASP.NET MVC 4 application.I have a dashboard and my users groups will be based on Windows Domain
So I am using WIndows Authentication for authenticating users.
I created sample applications which uses custom authentication by overrides functions AuthorizeAttribute, ActionFilterAttribute . Is this a good approach ?
I’m trying to get both ActiveDirectory and standard forms login working but one thing is stopping me. I can’t get the name of the current windows user. The closest I’ve got is var i = WindowsIdentity.GetCurrent();, but that gives me the name of the IIS app pool user. I have Anonymous Authentication, Forms Authentication and Windows Authentication enabled in IIS. I can load users from AD so I assume my web.config is setup correctly.
If you have a web application that will run inside a network, it makes sense for it to support windows authentication (active directory?).
I want to develop an ASP.NET application that can detect the user logged on a Window Domain. These credentials are going to be used to logging on the ASP.NET application.
I’ve got an ASP.NET web application which uses Windows Authentication. This application needs to connect to another ASP.NET web service (which also uses Windows Authentication) and use the same credentials that it received from the user’s browser. Can this be done and how?
I want to use IIS impersonation to connecto to a SQL server database as the user who is currently accessing a website. This is for auditing and security reasons.
I have an ASP.NET MVC 4 app (.NET 4.5) and SIgnalR works fine with forms-based authentication (hosted via IIS/IIS Express)
Please, can someone PLEASE give a simple, straight-forward way to enable ASP.NET > Kerberos > Sql Server?