12-22-05 07:58 AM
IIS version?
If IIS6, if you use Integrated Authentication AND your machine is in a
domain AND you customized the Application Pool Identity AND you failed to
setspn the new identity as specified by documentation, then you can see this
due to user misconfiguration.
You may also look at any double-hop situation in your application because
that can also show up as a 401 using Integrated and succeed with basic --
because Basic is less secure.
--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Garth" <Garth@discussions.microsoft.com> wrote in message
news:CE5EB4F4-E73C-4A0A-A2F2-5FF739EE1D15@microsoft.com...
> Developing .NET application to acccess web services. In IIS, if
> Integrated
> Windows Authentication is turned on, I get a 401: Access Denied error.
> However, if I turn off Integrated Windows Authentication and turn on Basic
> Authentication I am able to authenticate the user with no problem.
>
> I am having the same problem with ASP.NET applications, unable to
> authenticate the user through Windows prompt for Integrated Windows
> Authentication, but Basic Authentication works fine.
>
> This test is being run on the same machine (web server is the same machine
> as the development machine).
>
> Does anyone have any ideas?
[ Post a follow-up to this message ]
|