This morning, I went to log into Codeplex and I got the dreaded YSOD …
Handling unexpected exceptions and tracing
I was browsing a site earlier and I came upon the dreaded Yellow Screen of Death (YSOD). It reminded me of when I had to implement some diagnostic tracing for an application that happened to be …
Continue Reading about Handling unexpected exceptions and tracing →
ASP.NET HOWTO: Enable Default Enter Button in ASP.NET 2.0
In certain forms, such as search forms, users enter a value into the search query box, then press the enter button. If you are develolping in ASP.NET, the page will refresh, but nothing will happen. …
Continue Reading about ASP.NET HOWTO: Enable Default Enter Button in ASP.NET 2.0 →
Overcomplicating simple things – ASP.NET AJAX Confirmation Button Extender
Web 2.0, the big hit. Its everywhere, everyone is doing it. Microsoft has made it very easy for us developers to implment some very cool features of AJAX through the ASP.NET Ajax.NET framework. Simply …
Continue Reading about Overcomplicating simple things – ASP.NET AJAX Confirmation Button Extender →
error CS0030: Cannot convert type (Login.master)
I ran into an interesting error today and for a minute I didnt understand why it occurred. Exception c:\Windows\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET …
Continue Reading about error CS0030: Cannot convert type (Login.master) →
IIS 7 – This configuration section cannot be used at this path.
If you're new to IIS 7 (you probably are) you might receive this nice little gem when you first start working with it: HTTP Error 500.19 - Internal Server ErrorDescription: The requested page cannot …
Continue Reading about IIS 7 – This configuration section cannot be used at this path. →