The Firm by Jocelyn Bain Hogg

22. August 2008

Ik hou wel van zwart-wit fotografie en deze foto's uit de East London Underground vond ik echt wel iets hebben. Bij elke foto kan je je een fascinerend achterliggend verhaal bedenken.

Klik hier om het album te bekijken.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Varia

ASP.NET 1.1 on IIS 7 using handler mappings

19. August 2008

The problem I was experiencing was that I could not set any custom handler mappings in IIS 7 because it would add a <system.webServer> tag to the web.config of my application. This would crash my asp.net 1.1 app because it doesn't understand the tag. So there I was wanting to use the new IIS 7 and not being able to set any custom handler mappings because they would be stored in the web.config of my application.

But there is a solution to this problem! You need to add a line to your machine.config in order for asp.net to ignore the above tag.

1. Go to the machine.config file for your .net 1.1 framework (C:\Windows\Microsoft.NET\Framework\v1.1.4322\CONFIG\machine.config)

2. Add the following line to it just above the </configSections> closing tag

    <section name="system.webServer" type="System.Configuration.IgnoreSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>

Et voila, there you go. The best of both worlds, if you need to debug 1.1 apps anyway.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Development

Zoveel sport en toch ...

18. August 2008

Zit iedereen te memmen over het feit dat België nog geen medailles heeft gehaald tijdens de Olympische Spelen. Ok, we hebben 30 miljoen euro geïnvesteerd in onze topsporters en er zijn nog geen medailles te zien. Maar moeten we daarom enkel daarover zagen? Is dat nieuws? Onze athleten hebben echt het beste van zichzelf gegeven, maar een klein landje als het onze zal nog wat tijd nodig hebben om landen met een jarenlange sportverafgoding bij te benen.

Er zijn zoveel mooie momenten te zien op de Spelen, laat dan daar wat meer over zien ipv de kop van het desbetreffende nieuwsanker. Maar ja bloggers gebruiken hun blog enkel maar om kritiek te spuien zeker, dus op naar meer positief nieuws.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Actua