.net 3.5 - some questions on migrating ASP.NET 1.1 application to 3.5 -


I need to migrate from ASP.NET applications 1.1 to 3.5. I already through replies on this forum Have gone, but there are still some questions

  1. Should I change the application from 1.1 to 3.5 directly? Or, change it to 3.5 as before and after 2.0 and due to this

  2. Is there an article that runs from 1.1 to 3.5 through the whole conversion process? What happened during the conversion process in specific processes?

  3. Is it possible that the ASP.NET 2.0 project needs to be changed using ASP.NET 2.0 using VS 2008 or do I need to use the VS 2005 IDE ?

Thank you in advance for your help.

When the project changes from .NET 1.1 to 2 or higher, then just for Visual Studio 2008 Use the.

This can convert your project to either .NET 2 or .NET 3.x, without much difficulty, and 99% of your code 1.1 will compile just fine on the new framework.

You will most likely spend more time converting the old code to use the new layout features, but all 1.1 sections are still available. Therefore you can class the 'real' migration class; And develop new functionality by using the latest framework features.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -