1
vote
1answer
233 views

asp mvc - opera return 401 response when sended ajax NTLM request

I have web app (asp.net mvc mvc 4), when i enable ntlm authentification in visual studio and try to send ajax request for example $.ajax({url : 'http://localhost:4135/'}); the returned server response ...
1
vote
2answers
2k views

HttpWebRequest 401 with NTLM Authenticiation

I am having difficulties authenticating a HttpWebRequest to a webserver. The response I am receiving is simply a 401. I've made sure I set the credentials correctly on the C# side, and IIS is ...
5
votes
3answers
4k views

Access Exchange Web Services with PHP and cURL

Hello, I am currently writing a client to access a Microsoft Exchange server and read contacts, appointments etc. from it. Through days of searching I've been able to connect to the EWS via PHP's ...
1
vote
5answers
6k views

Very Slow Sharepoint (Authentication Problem? - Getting 401 errors on images and styles)

I'm currently using Team Foundation Server and WSS 3.0 as the Team Portal. After the installation and configuring, I noticed the application was very slow sometimes, taking minutes to load a page. ...
0
votes
1answer
484 views

Integrated Windows Authentication per-app if the user cancels the request can I redirect them to another page?

EDIT ~ Updated the title and the question body: This is the edit. I want this behavior per-app on IIS6/7. I asked it initially before we migrated to IIS7, so any answer can be altered between the two ...
14
votes
6answers
11k views

Avoiding 401 response for each request using NTLM

We have here an asp.net 3.5 application using NTLM based windows authentication. The system runs on a private network that actually distributed over different geographic places (connected via VPN). ...