Integrated Windows Authentication is a term associated with Microsoft products that refers to the SPNEGO, Kerberos, and NTLMSSP authentication protocols.
0
votes
0answers
13 views
IIS Application Pool Identity oddity
I was tinkering with a asp.net test website on my dev server trying to get an app to use Windows Auth and also connect to SQL Server....anyway
I think I changed a setting somewhere, and I'm not sure ...
-1
votes
2answers
31 views
Login to windows authenticated domain when not connected to domain [closed]
I have an ASP.NET Windows Authenticated application. When I am in my office, I can connect to this application without any issues, as I am logged into the domain and connect through my local server ...
0
votes
0answers
7 views
Binding Image ImageSource to URL breaks HttpClient NTLM Handshake
I have a .NET 4.5 WPF application which displays a number of icons in a grid - those icons are loaded through setting the ImageSource of an Image control to a specific URL (no authentication ...
0
votes
2answers
26 views
MVC 4 / IIS 7.5 - Prompting for windows authentication credentials
I have a MVC4 application which is using Windows Authentication. Both my computer (developing) and the host server are running IIS 7.5 and are on the same domain. The application has it's own app pool ...
0
votes
1answer
18 views
3 requests for every resource (2 x 401.2 and 1 x 200) in a windows authenticated asp.net mvc app
I was trying to track down why my site was so painfully slow in IE9 when I pulled out Fiddler and realised that every request is being sent 3 times (twice I get 401.2 and then a success). I verified ...
0
votes
0answers
8 views
sharepoint 2013 webpart is not shown to fba user
I have a strange problem. First let me introduce environment. We are 2 people developing same sharepoint on same machine with different users and we are using SVN to merge our projects. We are both ...
0
votes
0answers
13 views
Windows authentication in asp.net app with roles
I was searching for resolving this problem for two days, and i see all posts here, but nothing helps me.
I'm trying to make Windows authentication in intranet app. We have groups in AD with different ...
0
votes
1answer
26 views
HTTP Error 401.2 - Unauthorized for new site in a working app pool
I am deploying a new EF 4.0 ASP.NET MVC 4 site to an IIS 7.0 server but I'm getting an error that says:
"HTTP Error 401.2 - Unauthorized
You are not authorized to view this page due to invalid ...
0
votes
0answers
10 views
Is User Control level authorization possible on Intranet application in asp.net webform?
After a long googling, I found that Windows Authentication is the only solution for my Intranet Application (using ASP.Net 3.5 Web Forms). However for authorization, I failed to find out if User ...
0
votes
1answer
56 views
web api windows authentication unauthorized on foxxl
I hope somebody can help me with the following issue, I have been working on a mvc4 web api running on .net 4.0 and ef code first. I am trying to use basic authentication in combination with the ...
0
votes
0answers
22 views
how to customize windows login authentication method
I want to add more functionality to windows login screen, like adding 2 factor authentication and like this, is it possible in windows? and how can I get such api. note that I need a c++ api
0
votes
0answers
19 views
Calling MVC Web Api With Windows Authenctication
Currently, we have a web service base on MVC4 Web Api, and is hosted on a windows server. The web api use windows authentication. I try to use below code, but get the http 401 error. How can I pass ...
1
vote
1answer
29 views
Disable Remember Password of browser in ASP.NET windows auth mode
How we can disable 'Remember Password' of browser in ASP.NET application while we are using windows authentication mode? and is it possible that we can handle it through code?
0
votes
0answers
13 views
Windows Authentication Single Sign-On with SQL Server and Liquibase?
Liquibase requires a username and password as parameters. Has anyone been able to get Windows domain authentication to their SQL Server database with Single Sign-on working with their Liquibase ...
0
votes
0answers
26 views
Service HTTP Post is receiving “Existing Connection Was Forcibly Closed”
I have a windows service that I am trying to get running on a server. It just posts data to a php page and has further logic based on the response back. This works 100% on my machine and 100% on the ...