ASP.NET 2.0 to 4.0

后端 未结 5 705
野性不改
野性不改 2021-01-01 04:06

I have a site in ASP.NET 2.0. I plan to move to 4.0. Is there any thing in particular I need to take care of or I just select the 4.0 framework and recompile and VS 2010 wil

5条回答
  •  孤城傲影
    2021-01-01 04:54

    Just use the conversion wizard when prompted and you should be good. Note: if you are using source control with others, the version number in the project file will change (vs2008 = "9" and vs2010 = "10").

    Also, if you experience any JavaScript issues, make sure you choose the correct setting for identifying the IDs in 4.0:

    http://weblogs.asp.net/asptest/archive/2009/01/06/asp-net-4-0-clientid-overview.aspx

提交回复
热议问题