When I uncheck the "HTTP Keep-Alives" option in IIS 5, my website fails to load. Has anyone seen this problem? It seems that when I uncheck "HTTP Keep-Alives" authentication fails. Here are two enties in my log file, the first is a successful attempt with "HTTP Keep-Alives" enabled and the second is a failure with "HTTP Keep-Alives" disabled
1.) 2004-05-19 12:16:18 1XX.1XX.41.8 domain\user 1XX.1XX.XX.XX 80 GET /test/portal/images/login2.gif - 304 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0;+.NET+CLR+1.1.4322
2.)2004-05-19 12:18:03 1XX.1XX.41.8 - 1XX.1XX.XX.XX 80 GET /test/portal - 401 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0;+.NET+CLR+1.1.4322
- Andre