Migrate ASP.NET 2.0 B2 to final

One of our web servers is running now with the final bits of ASP.NET (v2.0.50727.42).

Migration process:

  1. uninstalled .NET Framework Beta 2
  2. installed .NET Framework 2.0 final
  3. running ASPNET_REGSQL to migrate the main membership database ( schema change!)
  4. change all!! webs back to ASP.NET 2.0 (IIS MMC; ASP.NET Tab)
  5. Remove in one web.config <buildProviders><add extension=".rdlc"...
  6. Remove "original_" in all sqldatasource (object ect) parameters (see Update)

Tooks a few "more" minutes -Seems everything is running fine

[URGENT UPDATE]

Changes in datasource controls. Update, Delete ect does not work. Solution: change all parameter names which contains original_ or add OldValuesParameterFormatString="original_{0}" to all datasource controls. Possible danger: Update or Delete fails without error message.

 

4 Comments

Comments have been disabled for this content.