Wednesday, April 16, 2008

BROWSER files in .net

BROWSER files

In ASP.NET 2.0, browser caps are stored in individual .browser files that make it very easy to add or modify browser support in your apps. For more information

Contains browser definitions (.browser files) that ASP.NET uses to identify individual browsers and determine their capabilities. For more information


http://msdn2.microsoft.com/en-us/library/ms228122.aspx


What is my goal behind this one ,

 I want to detect different browser at runtime.

 I want to clear all view state which stored in browser file ,because in many pages some of garbage view state stored in your client side browser ,so It’s also make site slower (a fully dynamic site) .



Cheers,
Sid.

No comments: