June 2008 - Posts

Deploy ASP.NET MVC on IIS 6, solve 404, compression and performance problems by Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5

There are several problems with ASP.NET MVC application when deployed on IIS 6.0: Extensionless URLs give 404 unless some URL Rewrite module is used or wildcard mapping is enabled IIS 6.0 built-in compression does not work for dynamic requests. As a result...

ensure - Ensure relevant Javascript and HTML are loaded before using them by Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5

ensure allows you to load Javascript, HTML and CSS on-demand, whenever they are needed. It saves you from writing a gigantic Javascript framework up front so that you can ensure all functions are available whenever they are needed. It also saves you from...
Powered by Community Server (Non-Commercial Edition), by Telligent Systems