/egilh

Learning by doing

May 2007 Entries

Response.AppendToLog() is a great way to log short information with web requests in the IIS log in the "cs-uri-query" field. It makes traffic analysis and troubleshooting a lot simpler as it is possible to enrich the log with information that is not passed in the query string. You can for example log data from the users session: Response.AppendToLog("&userid=" + Request.Session[userID]) Best of all: The log is written automatically by IIS asynchronously IIS takes care of rolling over the file by hour/day etc The data is logged as part of the request in the IIS log exactly where you need it so you do not have to “join“ data from multiple logs The ...

Community Days 2007 Milano is an initiative by several Italian communities; ASPItalia.com, UGIdotNET.org, Visual Basic Tips&Tricks and WinFXItalia.com. The event is not free like it was last year, but the agenda looks interesting enough to be work the cost (120 euro for one day, 180 for both days). Thursday 21 June Web Track ASP07-301 - IIS 7.0 vs. ASP.NET ASP07-302 - Client-side AJAX in ASP.NET ASP07-303 - ASP.NET: Advanced AJAX ASP07-304 - ASP.NET: implementare ModelViewPresenter mediante la Microsoft Web Client Software Factory ASP07-305 - Extending ASP.NET Extreme track EXT07-301 - Gestire la codebase con Team Foundation Server EXT07-302 - Sviluppo ...

My free Outlook tasks manager for the Pocket PC is available for download from the poToday home page. Changes in .NET 2.0 version: The menus have been changed to better take advantage of the application buttons in Windows Mobile 5.0. Added menu for moving between days, sorting. One of the things I really like with the new menus is that it allows me to do everything with the menus and hardware buttons. No need to take out the stylus. The application is a lot smaller as it no longer requir