我如何旧式ASP应用程序转换到ASP.NET? [英] How do I convert legacy ASP applications to ASP.NET?

查看:108
本文介绍了我如何旧式ASP应用程序转换到ASP.NET?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们有一个大的ASP(经典的ASP)应用程序,我们希望将其转换为以进一步释放工作.NET。这是没有意义继续使用ASP,因为它是过时了,我们不想从零开始重写它(乔尔斯波斯基告诉你的为什么)。

We have a large ASP (classic ASP) application and we would like to convert it to .NET in order to work on further releases. It makes no sense continuing to use ASP as it is obsolete, and we don't want to rewrite it from scratch (Joel Spolsky tells you why).

有没有办法把它从ASP转换成ASP.NET自动?

Is there a way to convert it from ASP to ASP.NET automatically?

推荐答案

好了,
我曾经为公司,所有的Web应用程序是传统的ASP工作。
当决定将移动到.NET,我们必须找到一种方法来改造168(!)web应用到这个新的框架。
我尝试了所有可用的工具的时候要做到这一点,都失败了。

Well, I used to work for the company where all web apps were classic ASP. When decision was made to move to .NET we had to find a way to transform 168(!) web apps into this new framework. I tried all the tools available at the time to do this and all failed.

最好的办法是建立一个新的Web服务器,并从头开始出现,这种方式可以确保升级会发生快,没有任何希克起坐因为新老整合将正常工作。您将能够选择什么样的功能和视觉外观保持,哪一个改变。
不要浪费你的时间自动工具来旧的ASP文件/网站升级到.NET平台。无到目前为止曾经工作正常。

Best way is to build a new web server and start there from scratch, this way you can be sure that upgrade will happen fast and will work without any hick-ups because of old-new integration. You will be able to choose what functionality and visual appearances to keep and which one to change. Do not waste your time on automatic tools to upgrade your old ASP files/sites into NET platform. None so far have ever worked properly.

和最重要的是,如果你有后端的数据库,你会遇到问题与Web应用程序连接到它。

And on top of that if you have database on back end, you will run into problem with connection to it from web apps.

这篇关于我如何旧式ASP应用程序转换到ASP.NET?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆