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

前端 未结 9 1439
离开以前
离开以前 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-01 23:10

    How long would a complete conversion/rewrite take? It's also going to depend on how you've structured your original project.

    I can answer that you should just target v2.0 (3.5 if you want/need it's features) from the beginning. There's no need to subject yourself to 1.1 of the framework.

提交回复
热议问题