If you use IIS 6.0 you will surely enjoy some of the advantageous facilities featured by Microsoft Web Server. Those running IIS 6.0 come across a new added feature called kernel aching which is not there in the previous version of IIS 6.0. An output-cache request is received by ASP.NET and IIS kernel is there to receive a copy of data that has been cached. So when a request comes from the end of the network driver, it is the kernel level driver that receives the request. If the requested data is cached, the kernel level driver flushes the cached data thus completely the executing at an unexpectedly high performance.
                    

Copyright © 2008 VisualBuilder. All rights reserved