-
As I posted a while ago , ASP.NET 2.0 has some upgrade issues to reckon with. Now there's a new upgrade wizard to test, so lets get some Nasty Sites upgraded :-). You might want to throw in a website that uses reflection on Web Page classes, just for fun... (those classes won't be available until a page...
-
Recently I did some tests migrating existing sites to ASP.NET 2.0. As it turns out, not all types of code will flawlessy upgrade, because of the new dynamic compilation model. When you have plain classes (not being code behind for ASPX or ASCX etc.), they will be put in the new App_Code directory. However...