Post Pic

C# Utility method to populate list controls with all countries as given in ISO 3166-1

Most projects I work on need a list of countries at some point so I put together a snippet of SQL that I could reuse to create and populate a countries table in the database with all countries as given in ISO 3166-1. After recently writing a utility class to populate list controls with world [...]

Post Pic

Discover which ASP.Net Worker Process Belongs to each AppPool

Ever needed to know which ASP.Net worker process (w3wp.exe)  belongs to an App Pool? Well I did recently when I needed to attach to it for debugging and there was no obvious way to find out which process related to each app pool. A little bit of research led me to discover AppCmd.exe. I wrote [...]

Post Pic

Setup SMTP Logging on Windows Server 2008 by enabling the ODBC Logging module

I recently had a client who had some issues delivering mail from their site so I went to look at the SMTP logs only to find that there were none there (I am embarrassed to say). I notice that I had configured the logs to be written to a custom directory on a separate drive from the operating system and thought [...]

Post Pic

C# Utility method to populate list controls with world currencies

A requirement that came up recently required a drop down list of world currencies. I developed a reusable method for populating a ListControl with World Currencies using components from the .Net Framework alone.

ASP VBScript – Request object error ‘ASP 0104 : 80004005′ – Operation not Allowed

You may receive a 403 error when you use an ASP request to upload a large file in Internet Information Services, the type of error you may get is “Request object error ‘ASP 0104 : 80004005′ Operation not Allowed”. This can be fixed by amending the AspMaxRequestEntityAllowed value in the IIS Metabase and this article details just how.

Post Pic

Remember to use ValidationGroup in Umbraco Dashboard User Controls

Based on a recent experience and a lot of wasted time, this post details why you really should set the validation group on validation controls that you add to your custom Umbraco user controls.

Page 1 of 612345...Last »
SagePay Approved Partner
Microsoft WebsiteSpark

My Productivity