March 2009 - Posts

My computer hardware history
Published Tue, Mar 24 2009 2:14 PM | Ramon Smits
I was just chatting with a collegue about my hardware history and thought it was time for an update. My hardware list is as follows: MSX2 HB-F9P Amiga 500 1MB + Action Replay III Amiga CDTV 1MB + DIP switch KS1.3 486DX33 8MB + SB16 + GUS 486DX266 32MB...
How-to enable large file uploads in IIS7
Published Fri, Mar 13 2009 10:57 AM | Ramon Smits
We have migrated from IIS6 to II7 and today we had some problems with large file uploads which we didn’t have with ASP.NET on IIS6. The web application was already configured to allow large file uploads: <system.web>     <httpRuntime...
Filed under: ,
Howto create a certificate request with subjectAltNames with OpenSSL on Windows
Published Sun, Mar 8 2009 8:11 PM | Ramon Smits
Sometimes you host multiple websites on one machine on one ip address. Because the way SSL works you can have only one certificate on one ip address + port combination and then you have a problem. One solution is to host all websites on one host(name...