Tags: , | Posted by thomas on 3/6/2009 12:55 PM | Comments (3)

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 ;-)

Tags: , | Posted by thomas on 3/21/2008 11:37 AM | Comments (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:

image

If you want to know the reason behind this, check this article. And as always, also Scott Hanselman has a post about this.

Tags: , , , | Posted by thomas on 3/20/2008 3:18 PM | Comments (0)

Mike Volodarsky has written a great article on how to get your Visual Studio 2008 up and running with IIS7. Check it out.