I am developing an intranet asp.net web application that's configured to use Integrated Windows Authentication. My web app needs to check user entitlements using LDAP to get user memberships, etc.
The issue I noticed today is that when I run my web app using IIS sometimes (that's the weird part) the LDAP calls fail with estrange errors such as "Unable to contact the server..." ... or "..that domain doesn't exist..." (something along those lines, anyway). However, if I run my web app using Cassini, I don't get those errors.
If IIS is the issue, why would it fail some times and other times not? What does Cassini do different that IIS is not doing?
Again, I'm using IIS 5.1 / Windows XP / Visual Studio 2008
Does any one have any clues as to why this might happen? Has any body seen this before?