简体   繁体   English

asp和asp.net有什么区别?

[英]What is the difference between asp and asp.net?

I am developing web application using asp.net, but i want to work on asp i have to install asp or can we write the code using asp.net, what is the main difference between these two asp,asp.net. 我正在使用asp.net开发Web应用程序,但我想在asp上工作,我必须安装asp或我们可以使用asp.net编写代码,这两个asp,asp.net之间的主要区别是什么。 Thank you 谢谢

ASP is the legacy version of active server pages that was created before the .NET framework. ASP是在.NET框架之前创建的活动服务器页面的旧版本。 It works on IIS and is written in VBScript or Javascript. 它可以在IIS上运行,并以VBScript或Javascript编写。

ASP.NET is the newer version built on top of the .NET framework and is written in VB.NET or C# ASP.NET是在.NET框架之上构建的较新版本,并用VB.NET或C#编写

IMO, you should spend your time learning and using ASP.NET as classic ASP is rather ancient in terms of web technologies and will likely not be supported for much longer (merely guessing there..) IMO,您应该花时间学习和使用ASP.NET,因为经典的ASP就网络技术而言是相当古老的,并且可能不会得到更长的支持(仅在此处猜测)。

You may also want to consider looking at ASP.NET MVC as a possible solution as well. 您可能还需要考虑将ASP.NET MVC视为一种可能的解决方案。

You should be able to use classic ASP in a .NET environment running IIS. 您应该能够在运行IIS的.NET环境中使用经典ASP。 If that is what you're asking. 如果那是您要的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 asp和asp.net有什么区别? - What is the difference between asp and asp.net? ASP.NET vNext和ASP.NET 5有什么区别? - What is the difference between ASP.NET vNext and ASP.NET 5? ASP.NET 和 ASP.NET MVC 有什么区别? - What is the difference between ASP.NET and ASP.NET MVC? ASP.NET MVC中<%:和<%=有什么区别? - What is the difference between <%: and <%= in ASP.NET MVC? asp.net web 方法和 wcf 服务有什么区别? - What is the difference between an asp.net web method and a wcf service? 在asp.net中RequiredFieldValidator Text和ErrorMessage有什么区别? - In asp.net RequiredFieldValidator What is difference between Text and ErrorMessage? 在asp.net中ValidationProperty和ValidationPropertyAttribute元数据属性有什么区别? - In asp.net what is the difference between ValidationProperty and ValidationPropertyAttribute metadata attribute? ASP.NET中的“ ID”和“ BehaviorID”属性有什么区别? - What's the difference between the property “ID” and “BehaviorID” in ASP.NET? 在asp.net中,gridview和Repeater控件有什么区别 - In asp.net , what is the difference between gridview and repeater controls ASP.NET dev服务器和IIS Express有什么区别? - What is the difference between ASP.NET dev server and IIS Express?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM