Parse and import custom ASP.NET log files with SSIS
Created by Dot Net Solutions at 13 October 2010
Importing text files into a database is a common scenario. It gets more interesting though when you are required to import log files generated by ASP.NET’s health monitoring. We recently wrote a web application that receives and logs information via HTTP handlers. The logging was achieved ... ... Read more >
Upgrading ScrumWall to Azure StorageClient
Created by Dot Net Solutions at 08 October 2010
With the release of Azure, ScrumWall needed to be updated from the sample data access code to the new API. Cloud Storage Account The first change that we made was the addition of CloudStorageAccount to handle access to storage. Instantiating a storage account requires that a configuration set... ... Read more >
