Contents tagged with IIS 6.0
-
Advanced digest authentication works from Internet Explorer however we receive multiple authentication prompts on each GET request from fire fox
Sometime back I was working on a particular issue which was particularly interesting . They had a website that was configured to use Advanced Digest authentication from IIS , however the peculiar behaviour was that while using fire fox they received multiple authentication prompts for every GET request. Basically a click on any link or even a mere refresh on the current page was causing an authentication prompt. Where as the expected behaviour would be a single auth prompt initially to access the website , much like basic authentication. This worked just as expected on Internet Explorer :) That is when I decided to get to the bottom on this ...
-
Process and Thread Identity in ASP.NET – A Practical Approach
The following scenarios establish the way the process identity and the thread identity are defined while building asp.net websites and publishing using the IIS webserver.
-
Webdav on IIS 6.0 Troubleshooting
Web Distributed Authoring and Versioning (WebDAV) extends the HTTP/1.1 protocol to allow clients to publish, lock, and manage resources on the Web.