Author Archives: admin

MSI Executable–Extract to a folder

Today I had the unfortunate situation of installing sample code files. This means downloading a MSI and then running it so it can place the sample code somewhere on your computer. I don’t think any developer can appreciate this. Where … Continue reading

Posted in Uncategorized | Leave a comment

Using Common.Logging with Glimpse and ASP.Net MVC

Glimpse is an amazing tool (that comes available with Nuget in Visual Studio 2010 [included in the Tools Update]) that can hook into the System.Diagnostic.Trace (ewww) to display error messages on your client side browser. Like so: I don’t want … Continue reading

Posted in ASP.Net | Tagged , , , | Leave a comment

AWStats on IIS7 (in less steps than the closest cup of coffee. Well almost. )

So, you want AWStats on IIS7?  This doesn’t require a restart of IIS, so it can be done in place with no issues. For IIS6, you will need to look elsewhere sorry. I’m also sorry you still have to deal … Continue reading

Posted in ASP.Net | Tagged , , | 2 Comments