Recently I enabled Kerberos authentication for my SharePoint web applications. Since then, we began to receive random blue screens. After analysis of the crash dump, we received the following error message:
BugCheck 7E, {ffffffffc000001d, fffffa6000000000, fffffa60005a5848, fffffa60005a5220}Probably caused by : HTTP.sys ( HTTP!UlAuthenticate+73 )
That immediately ringed a bell, as we implemented Kernel Mode Authentication by manually changing the applicationHost.config file on our webserver. The details on the why and how are detailed in these articles.
Microsoft recently published http://support.microsoft.com/kb/962943, that should solve this issue! At the time of writing, I could only find this KB via the Microsoft Support website – so it must be so recent that Google did not pick it up yet ;-)
a4f5e0d2-c92f-4eed-b9af-65062a902683|0|.0
I often have people asking me the question about where to configure IIS to use ASP.net 3.5. When you open the properties of a website and go to the ASP.net tab, you only see this:
If you want to know the reason behind this, check this article. And as always, also Scott Hanselman has a post about this.
6a6f339b-52e0-43c3-a8d6-afd38f0f13b7|0|.0
Mike Volodarsky has written a great article on how to get your Visual Studio 2008 up and running with IIS7. Check it out.
60616380-128e-4b58-83af-ac2f5f8dfb85|0|.0