What is the easiest way to convert from asp classic to asp.net?

前端 未结 9 1455
离开以前
离开以前 2021-01-01 22:58

I am a .Net developer that has been tasked with upgrading a classic asp website to asp.net. The website is currently running on luck and bubble gum but there is not enough t

9条回答
  •  不思量自难忘°
    2021-01-01 23:05

    Having been a longtime classic asp programmer, and now an ASP.NET dev, I would take the time and architect it properly in the 2.0 framework (3.5 if you want/need the features).

    My last job we had a large handful of very badly build classic asp apps that we were rebuilding, and the "nuke and pave" approach was the most successful. Use the existing classic app as your functional spec and wireframes, and build your tasks and tech specs off of that.

提交回复
热议问题