Browse by Tags

All Tags » Web.Config (RSS)

DLINQ Gotcha: How to fix the DataContext.SubmitChanges() causing an "ObjectDisposedException"

If you are receiving this error, when trying to persist your data with a call to SubmitChanges() on your datacontext, you will find that not only can you not trap it, it blows up your running instance of your webserver… dandy! It took a lot research...
Posted by wwright | with no comments

How to turn that that ugly URL into something memorable... a.k.a Url Remapping in ASP.NET

Have you ever had some horrific URL that you needed to email, tell someone over the phone or just type yourself? Wouldn’t it be nice if instead of http://www.nddnug.net/Meeting.aspx?ID=fa92013d-9d75-43b5-b611-55ce3ec1ea18 you could just have a little...
More Posts