Archives
Problems with Internet Explorer compatibility view
A while ago I blogged about forcing site rendering to be done with Internet Explorer’s latest engine. This feature is very well documented by Microsoft. Not that well documented is that adding … more
Different ASP.NET MVC master page for authenticated and unauthenticated users
I guess this is a common problem: you need to have different web site layout for unauthenticated users. In simple cases this is very easy: just use masterPageFile attribute on views. But it gets more … more