Category: C#
Unable to generate a temporary class
November 2nd, 2012If you use serialisation then IIS dynamically compiles the extra classes it needs to perform the serialisation and it uses the Windows temporary folders to store the class files definition and class compilation artefacts. If IIS can't write to the tempo… more »
Learn Web Application Project Tutorials (with C#)
October 21st, 2011I've been learning how to use Microsoft's Web Application Projects in C-Sharp. I started with the MSDN documentation and in spite of being familiar with all the web concepts I found Microsoft's documentation confusing. The code examples that were listed… more »
Getting up and running with Sentinel RMS, C#, .NET, Windows 7 and avoiding BadImageFormatException
September 23rd, 2011SafeNet has an application called Sentinel RMS. Sentinel RMS is a suite of applications that help one company license out its software.
One of my current projects requires me to use Sentinel RMS within a Microsoft .NET framework using C#.
I had a… more »
Connection balancing across NLB using IIS and MaxKeepAliveRequests
September 21st, 2011using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Diagnostics;
using System.Collections.Specialized;
namespace We… more »

