Related resources for IIS 6
  • 4 steps to increase bandwidth performance for ASPX pages on IIS 6.09/29/2012 7:26:51 AM. In this article we will try to understand how to enable compression on IIS 6.0. Once we have enabled compression we will use fiddler to see how bandwidth performance increases due to the same.
  • A Glance at Web Application Security5/19/2012 5:00:02 AM. Web application security involves implementing protective measures against potential threats, malicious or unintentional, that exploit exposed vulnerabilities. Security is best implemented using the defence-in-depth technique by applying protective measures at network, host, and web application levels. This article will focus on security at the application level by exploring IIS and ASP.net authentication, authorization and secure communication.
  • How to configure ETag in IIS 6.04/8/2011 12:45:23 AM. Entity tags (ETags) are a mechanism that web servers and browsers use to determine whether the component in the browser's cache matches the one on the origin server.
  • JavaScript and CSS Minifier2/1/2011 10:30:27 PM. The CombineAndMinify package discussed here automatically speeds up the loading of JavaScript files, CSS files and or images (loaded from image tags or from CSS files). The result can be a dramatic improvement in ASP.NET performance.
  • Introduction on IIS 711/30/2010 1:05:28 PM. IIS 7- (Internet Information Services) is a web server software from Microsoft which is released after IIS 6.0 with many architectural changes and functional changes.
  • Configuring IIS for Silverlight Applications8/12/2008 2:55:58 PM. Microsoft Silverlight is a cross-browser; cross-platform plug-in for delivering the next generation of .NET based media experiences and rich interactive applications for the Web. Silverlight offers a flexible programming model that integrates with existing Web applications.