You might face some small problems while migrating Asp.net 1.x application to Asp.net 2.0 Beta 2. This is because the Page model in Asp.net 2.0 has been changed. The codebehind attribute of the Page directive is changed to CodeFile.
If you are migrating from Asp.net 2.0 Beta 1 to Asp.net 2.0 Beta 2 than you need to change the compilewith attribute to Codefile and classname attribute to inherits.
Print | posted @ Saturday, July 09, 2005 8:31 PM