O
Oleg.Ogurok
Hi all,
We have an ASP.NET 2.0 intranet application on Win2003 server. The
virtual directory is configured to use Windows Intergrated
Authentication only.
Using Fiddler (http://www.fiddlertool.com/fiddler/) we notice that for
each page/image/javascript request IE makes 2 requests. The first one
is using anonymous authentication, and IIS rejects it (HTTP/1.1 401
Unauthorized). The second one uses the integrated authentication, and
the server accepts it and sends the user the data.
I am wondering if there is a way to reduce the "chatter" between the
clients and the server. Can I somehow instruct the IE to try
Intergrated Authentication the first time instead of the Anonymous?
Is there a setting on the server/client?
Thanks,
-Oleg.
We have an ASP.NET 2.0 intranet application on Win2003 server. The
virtual directory is configured to use Windows Intergrated
Authentication only.
Using Fiddler (http://www.fiddlertool.com/fiddler/) we notice that for
each page/image/javascript request IE makes 2 requests. The first one
is using anonymous authentication, and IIS rejects it (HTTP/1.1 401
Unauthorized). The second one uses the integrated authentication, and
the server accepts it and sends the user the data.
I am wondering if there is a way to reduce the "chatter" between the
clients and the server. Can I somehow instruct the IE to try
Intergrated Authentication the first time instead of the Anonymous?
Is there a setting on the server/client?
Thanks,
-Oleg.