Welcome to Professional ASP.NET - Chris Love's Official Blog Sign in | Join | Help

Chris Love's Official ASP.NET Blog

Chris Love's Helpful tips, tricks and pragmatic development knowledge for the ASP.NET world.
ASP Insider

March 2006 - Posts

Microsoft Store

How do you register a domain name? Some Practical Advice from a Pro.
This may seem like a simple question with a simple answer, How to Register a Domain Name, but it never ceases to amaze me how many business owners, marketers and developers do not know the fundamentals of domain registration. This is a very simple but extremely important step in the development of a successful web site. I hope this helps you detertim some key things to look for in a domain registrar, and key peices that need to be in place to maintain ownership of your domain. Read More...
Introduction to Custom Collection Classes, the CollectionBase
I had never really utilized a powerful feature built into the .NET framework, custom Collection Classes. I decided to investigate their use recently by creating some custom classes from the CollectionBase Object. Read More...
IIS Status Codes Reference
This morning I was setting up a new ASP.NET 2.0 site in my production IIS 6.0 web server. I thought I had set the web site to use its own Application Pool and set the ASP.NET version to 2.0. To my surpse that was not the case and used the IIS Status Codes to troublshoot the issues that ensued. Read More...
EXECUTE permission denied on object 'sp_sdidebug', database 'master', owner 'dbo'.
I hit a snag this mroning trying to work on a site that accesses a remote third party SQL Server. I was trying to debug a the code to track down an error. To my surprise I kept throwing a different exception and at a different location in the code when I debuged. Read More...
Building a Custom SiteMap Provider (PART I)
The new ASP.NET 2.0 menu control is pretty good, and fairly easy to work with. The concept of a site map provider is good too. Unfortunately the provider has some flaws in the design that will ever keep it from being used on any of our production sites. Read More...
I finally installed Internet Explorer 7
So I finally got around to installing IE 7 yesterday. I had tried to install it on the old machine a few times, but it kept getting and error with a newsreader dll and back out of the install each time. I found a few others on the messageboards with that Read More...
Gains and Losses with Visual Studio 2005
I am real excited about Visual Studio 2005, there are so many great new features, such as code snipets, cleaner interface, more controls, the ability to actually inherit classes for your pages and not loose the UI. I could go on all day, and hopefully cover them in the blog as I go forward. Read More...
A FREE 16 MB USB Drive
I just found this free offer from Microsoft for a free 16 MB USB Drive. All you have to do is fill out a quick 4 question survey. I know it is only 16MB, but hey it is Free! Read More...