By tag: IIS6
0
kicks
Haacked: ASP.NET MVC on IIS 6 Walkthrough
"In this post, I want to provide a definitive guide to getting ASP.NET MVC running on IIS 6. I will walk through using the .mvc or .aspx file extension for URLs first, then I will walkthrough using extension-less URLs."
0
kicks
Best possible url format in asp.net mvc on IIS6
A URL format for asp.net mvc which will work in iis 6 also
0
kicks
Deploy ASP.NET MVC on IIS 6, solve 404, compression and performance pr
Load dynamic pages 5 to 20 times faster by compressing response on the fly.
Serve static files (js, html, css) 10 to 100 times faster by compressing and caching their content.
Improve repeated site load time by maximizing caching on browser.
0
kicks
Shooting yourself in the foot - IIS 6.0 OWA HTTP/1.1 400 Bad Request (
Shooting-yourself-in-the-foot---IIS-60-OWA-HTTP11-400-Bad-Request-(Header-Field-Too-Long) Error
0
kicks
Wildcard Application Mapping for URL Rewriting in IIS 6.0
This post discusses how setup Wildcard Application Mapping on IIS 6.0 for url rewriting handlers.
0
kicks
ASP.NET MVC Extensionless Requests on IIS 5.1 & 6
Simple post about getting extensionless requests working in IIS 5.1 & 6 using ISAPI_Rewrite.