Contents tagged with asp.net
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
SSL, IE8 and strict cache headers (will not work)
Recently I encountered a bug that only some users saw, and which did not reproduce locally on development environment. The setup was:
An intranet page has an IFrame
…that is dynamically … more
How ASP.NET Web forms feels after 3 years of not using it
I have been an ASP.NET developer since it was invented, and a legacy ASP developer before that. For long I spent most of my time doing ASP.NET Web Forms and it was OK: I remember lots of weird … more