Friday, January 23, 2009

Whitehouse.gov runs on ASP.Net

I found some information about http://www.whitehouse.gov/ web site and it turns out that this site runs on ASP.NET. Some interesting characteristics:

- web server is IIS 6.0
- ASP.NET version is 2.0.50727
- they use jQuery 1.2.6 but jQuery scripts are not hosted in Google global script hosting service,
- pages are GZIP compressed and they seem to use pretty high compression level
- JPG files are highly compressed to make page load faster.

Further details on website code --> http://dotnetperls.com/Content/whitehouse-gov-Site.aspx

No comments: