Mar 18, 2008
Background In IIS 7.0 we have the great functionality to allow you to configure the Web Server settings in a distributed way, including the IIS configuration along with the ASP.NET configuration in the web.config files by using Configuration Sections...
1 comments
Tags: IIS.NET
Feb 10, 2008
A couple of months ago I wrote about using LINQ with Microsoft.Web.Administration to manage and query IIS 7.0 configuration. Somebody came back to me and said that LINQ was very cool but that it was very much Developer oriented and that in a production...
1 comments
Tags: IIS.NETIIS News Item
Jan 06, 2008
During the holidays my wife and I went back to visit our families in Mexico City where we are originally from. Again, during the flights I had enough spare time to build a couple of my favorite games, Backgammon and Connect4. I've already built both games...
1 comments
Tags: .NET
Dec 21, 2007
During my last two business trips (to Barcelona for TechEd and Mexico for ReMix) I was way too bored on the plane and since I recently got my Motorola Q9 (which is a sweet Windows Mobile Phone) decided to write myself a Tetris game and to port my Sudoku...
1 comments
Tags: .NET
Apr 25, 2006
Today I was planning on talking about the configuration classes that I purposedly skipped in my last post, but I realized it would be better to explain a little bit more about the new configuration system used in IIS 7. First of all, many of you (as me...
0 comments
Tags: IIS.NET
Apr 17, 2006
While creating the new administration stack in IIS 7 , we were looking into the different ways users could manipulate the server configuration as well as the new runtime information available in IIS 7 (Internally we call this RSCA-Runtime State and Control...
0 comments
Tags: IIS.NET
Nov 09, 2005
Beware of SplitPosition. Today I spent quite some time debugging an issue in the new product I am working on. Well, to summarize what I was seeing in our UI is that for some reason certain information that I was expecting to be there when a TreeNode was...
0 comments
Tags: .NETWinForms
Aug 27, 2005
Why I wrote Excel Xml Writer One day I found myself having to build a Web Application that one of the requirements involved generating a nice Excel Workbook that users could then play with. This required quite some styling and several other features that...
0 comments
Tags: .NET