February 20, 2012
You know when you’re just sure that something else must be wrong, why would perfectly good code work when using one server but not the other. That’s what happened to me! I am re-writing a bunch of functions that touch IIS, the function works, if I used a different server. Then I did a quick [...]
December 9, 2011
I decided to look into impersonation a bit more and how I could force our Windows Platform to impersonate, without letting our users change it back in their web.config file. I found a good number of google searches, but nothing really stuck until I realized I could simply add in the web.config of the machine [...]
October 11, 2011
I had a need to make a Windows Service, but I was using Visual Studio 2010 Express. You may notice does not come with a Windows Service template. I’m not sure why they decided not to include this template, other than they want to force people to purchase their product to get basic functionality. Little [...]