Category Archives: asp.net

Setting the Page’s Default Button from a User Control

ASP.NET 2.0 has a feature that allows you to set a default button for a form or a panel. I ran into a requirement to set the default button for the page’s form from within a user control. I found … Continue reading

Posted in asp.net | 1 Comment

Login failed for user ‘NT AUTHORITYANONYMOUS LOGON’

Oooh, I hate seeing this one. There are many situations where this can occur, and I am confident that I am not aware of all of them. But I most often see it on an ASP.NET website, set up to … Continue reading

Posted in asp.net, security, sql server | Leave a comment