PDA

View Full Version : Difference between ASP and ASP.net



addisoncave
08-23-2016, 04:31 AM
Hello Guyz, Please let me know what is major difference between ASP and ASP.NET. What is the advantage of ASP.NET?

stuartspindlow2
08-23-2016, 05:59 AM
difference between ASP and ASP.Net is that ASP uses interpreted VBScript or JScript, and ASP.net uses any .Net language compiled.

RH-Calvin
08-24-2016, 06:45 AM
ASP.NET is an open-source server-side web application framework designed for web development to produce dynamic web pages. It was developed by Microsoft to allow programmers to build dynamic web sites, web applications and web services.

addisoncave
08-24-2016, 11:25 AM
difference between ASP and ASP.Net is that ASP uses interpreted VBScript or JScript, and ASP.net uses any .Net language compiled.

Can you please elaborate how does ASP.net work, how we can configure this on our server?

Newyorklimous
08-26-2016, 12:32 PM
ASP.NET is an open-source server-side web program structure developed for web design to generate powerful web webpages. It was developed by Microsof company to allow developers to develop powerful web sites, web programs and web services.

Dam Ponting
12-02-2017, 04:49 AM
The most important imperative contrast between Asp Also Asp. Net will be that Asp utilization translated VBScript or JScript, and Asp. Net employments whatever. Net dialect (counting VB. Net, C#, J#, and so on. ) aggregated. Asp 3. 0 exited the greater part its code in the front of the provision. Asp is basically composed utilizing VB script Also html intermixed.

csshtmldev
12-02-2017, 10:38 AM
ASP

- ASp is a classic server side technology before .NET
- ASP is interpreted.
- In ASP file extension is .asp
- ASP has limited OOPs support
- ASP will support only one programming technique that is called InPage technique.
- ASP uses mostly VBScript, HTML and JavaScript.
- Classic ASP uses a technology called ADO to connect and work with databases.

ASP.NET

- ASP.NET is a .NET advanced server side technology.
- ASP.NET is compiled.
- In ASP.NET file extension is .aspx
- ASP.NET uses C#.NET that is fully object oriented language like C#
- Asp.Net will support two programming technique i.e.Inpage and CodeBehind
- Asp.Net uses any .NET language including VB.Net, C# mostly C#.Net.
- ASP>NET uses the ADO.NET technology

Akshay_M
11-11-2022, 08:35 AM
Asp is classic server page processing for web application running on windows hosted on iis. . net is development platform where you can develop applications on different platforms like web or windows or phone or compatible devices. Asp.net is web application development platform written in .