Gotcha If you just want the solution skip to the “Understanding the problem” section. A pet peeve of mine that I have definitely mentioned before […]
Flushing your A/C drain line with a custom made jig
Uh-oh! There is water everywhere and the A/C just shut off On occasion (especially when an A/C is working too hard) your drain line will […]
Work Around to Opening up a Local Folder from an HTML Link
Introduction (solution below) In general in web programming at one point you may need to or be asked to open up a local folder from […]
Why can’t I access the System.Web.HttpUtility Class?
I’ve run into this problem before and I didn’t realize it until right now that I never wrote down the solution, hence the post. The […]
WSE: Server unavailable, please try later
This is an amazing gotcha that had me almost throw my computer off the sixth floor of my building. First to narrow down the steps […]
WSE: You Cannot Return Custom Exceptions
I answered this on StackOverflow.com here: http://stackoverflow.com/questions/138477/using-own-exceptions-in-wse-not-only-soapexception/9320072#9320072
CS0246: The type or namespace name ‘NameHere’ could not be found (are you missing a using directive or an assembly reference?)
This is a fun problem I ran into, luckily I solved it rather quickly. The Setup I have a website setup in IIS7.5 running on […]
HTTP Error 404.2 – Not Found, Error Code 0x800704ec
HTTP Error 404.2 – Not Found The page you are requesting cannot be served because of the ISAPI and CGI Restriction list setting on the […]
Can’t Run Web Application After Renaming Web Project
This solution applies to many problems, but this one in particular. If you get a yellow screen of death when trying to run a Web […]