views:

60

answers:

0

We have a web application written in ASP.NET 2.0 which works fine in Cassini but when we switch it to IIS the 401 authentication seems to go away. We have checked Directory Security in IIS and removed anonymous access but still it does not work in IIS vs Cassini.

This project is organized as such:

A web application which references a class library which has a web reference to an active directory authentication service. When we check the code locally this information from CredentialsCache.DefaultCredentials is empty yet we can see the ntlm loginid being passed in. We have all of the configuration for the web service moved from the app.config of the DLL to the web.config of the web application.

Thanks in advance (IIS6 btw)