More upgrade related content from ScottGu

Over time our plan is to turn these blog posts into whitepapers, but why wait for the official content when you can have it now? Scott Guthrie has been busy writing up some great articles to help you with ASP.NET 2.0 and VS05

We have gotten a lot of questions on how to setup the App services to use SQL 2000/2005 instead of the default SQL Express providers, this article describes that in detail to make it super simple to move the app services into full fledged SQL.
Configuring ASP.NET 2.0 Application Services to use SQL Server 2000 or SQL Server 2005
https://weblogs.asp.net/scottgu/archive/2005/08/25/423703.aspx

A large set of feedback came in recently about how to best manage files in VS05 Web Projects (directory based project system vs project files) check out this article for details
Some techniques for better managing files in VS 2005 Web Projects
https://weblogs.asp.net/scottgu/archive/2005/08/26/423730.aspx

A common scenario in the VS03 timeframe was building user control libraries that were reusable across pages/projects.  It is not inherently obvious in VS03 or VS05 on how to do this and the model has changed.  In this article, Scott details how to build these libraries with VS05
Building Re-Usable ASP.NET User Control and Page Libraries with VS 2005
https://weblogs.asp.net/scottgu/archive/2005/08/28/423888.aspx

Let us know what you thnk!