Location > Blog

Posts From June, 2010

Network-related or instance-specific error occurred while establishing a connection to SQL Server

I have a website getting occasional database disconnections throwing the error - A network-related or instance-specific error occurred while establishing a connection to SQL Server. Its been difficult locating the cause of the error as there appears to be nothing wrong. I have the same code running multiple websites and only one of the sites is plagued by the error so I figure it must be some configuration problem either with IIS or the MS SQL database.

JQueryDialog wrapper for C# ASP.NET

I wanted to integrate the JQuery UI Dialog with a ASP.NET project so I created a C# class to wrap the functionality and make it easy to configure