What are the difference between ASP and ASP.Net?
Answer Posted / neelima
Difference between ASP and ASP.NET
------------------------------------------------------------
--------------------
Author: Tony John
HP GDIC
------------------------------------------------------------
--------------------
This article explains what is ASP.NET and how different it
is from ASP.NET
ASP stands for Active Server Pages. ASP.NET is the next
generation of ASP. After the introduction of ASP.NET, old
ASP is called 'Classic ASP'.
Classic ASP uses vb script for server side coding. Vb
Script is not supported any more in ASP.NET. Instead,
ASP.NET supports more languages including C#, VB.NET, J#
etc. VB.NET is very similar to vb script, so it should be
easy for old Visual Basic or ASP programmers to switch to
VB.NET and ASP.NET
VB Script is a simple scripting language, where as VB.NET
or C# are modern, very powerfull, object oriented
programming languages. Just for that reason, you will be
able to write much more robust and reliable programs in
ASP.NET compared to ASP.
In classic ASP, there was no server controls. You have to
write all html tags manually. ASP.NET offers a very rich
set of controls called Server Controls and Html Controls.
It is very easy to drag and drop any controls to a web
form. The VS.NET will automatically write the required HTML
tags automatically for you.
ASP is interpreted, ASP.NET is compiled
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
How will you load dynamic assembly?
What does asp in asp.net stand for?
Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc
How can we create Tree control in asp.net?
What is the difference between page.registerclientscriptblock and page.registerstartupscript?
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?
How is mvc different from asp.net? : Asp.Net MVC
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
Describe the sequence of action takes place on the server when ASP.NET application starts first time?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
What are the elements of a website?
How can we prevent browser from caching an aspx page?
Which method do you use to kill explicitly a users session?
how to elimainte the similar data from the different tables
What are the uses of list view control in Asp.net?