Category Archives: ASP.Net

Asp.Net MVC3 Razor and RESX Localisations/Localizations

I was just applying for a small two week contract that was based on Localisation. This is the work I did to give myself a quick refresh. It reminded me on how well Asp.Net MVC3 works with RESX localisations. As … Continue reading

Posted in ASP.Net | Tagged , , | 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

Converting MVC 2 RC to MVC 2 RTM

Ok, this is more of a hack than a true conversion, but I haven’t noticed the difference… yet. Remember to back up what you’re not willing to lose! Remove your MVC project from your solution. Don’t delete, just remove. Then … Continue reading

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

Godaddy Hosting – Medium Trust vs Inversion of Control

Whatever I think of Godaddy, they haven’t caused me too much pain yet, just minor inconvenience. This time it’s my precious StructureMap. StructureMap, I like it and alot of people do, but it just won’t work under Medium Trust! So … Continue reading

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

NHibernate, IoC and removing that damn Log4Net dependency

Ok, so Log4Net is not that bad. It is a very good logging system, etc… So how do you perform IoC with the NHibernate logger? Well, you can’t. Unless you are ready to HACK CODE. That’s the brilliant thing about … Continue reading

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