New whitehouse.gov site uses ASP.NET
|
I saw some discussion on Twitter and other places that the new whitehouse.gov site uses ASP.NET. Of course, I wasn't going to just accept it without finding out for sure. So I checked, and sure enough it does. There are many ways to find out this information. The way I did was to use the Live HTTP Headers in Firefox, and go to www.whitehouse.gov. And sure enough -- the tell-tale ".aspx" was present in several places. Indeed it's true. In fact, all the usual web servers give out quite a bit of information in their headers by default. Here's are two that I see: Server: Microsoft-IIS/6.0 That means the server is IIS 6.0 and it's running ASP.NET 2.0.50727. (I'm not sure why they chose IIS 6.0. and not 7, but who's complaining.) (Maybe next we can get President Obama to do an advertisement for ASP.NET...?) Here's a guy that did some more research on the headers and a rather complete analysis: http://dotnetperls.com/Content/whitehouse-gov-Site.aspx . p.s. Find me on twitter here. And be sure to check out my other blog here. |


Comments (1)
Good eye, Jeff! Here are some more clues I found that reveal whitehouse.gov to run on .NET.
http://designis.ms/motion-graphics/new-whitehousegov-is-aspnet-not-wordpress/
Posted by Peter | April 8, 2009 12:09 PM