Contact

admin
  • Send mail to the author(s) E-mail
  • del.icio.us
  • Skype
  • twitter
Feed Icon

Tags

Open Source Projects

Archives

Blogs of friends

Now playing [?]

  1. Sambox – Shikantaza
  2. Noah – Droid 9
  3. sinan mercenk – Dost
  4. Naoki Kenji – Umi No Oto
  5. Audio Shaman – Tiger
Audioscrobbler/Last.fm

ClustrMap

Previous Page Page 2 of 2 in the ASPNET category

Keep your ASP.NET BrowserCaps Up to Date

Posted in ASP.NET | Browser at Sunday, October 23, 2005 10:09 PM W. Europe Daylight Time

There's a neat project on The Code Project that will issue updates for the browserCaps section of the machine.config file which is located in %windir%\Microsoft.NET\Framework\<version number>\CONFIG. Note that this applies only to ASP.NET web sites, IIS has another file (%windir%\system32\inetsrv\browscap.ini) that will be used for non-ASP.NET web sites.

BrowserCaps are used to determine which browser type visits a web site. ASP.NET will decide upon this information how to render content for specific browsers, versions and platforms.

There's also a write-up on how to use various ASP.NET configuration files and settings.

Previous Page Page 2 of 2 in the ASPNET category