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
Explain the differences between clr & cts?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
What are the security types in ASP/ASP.NET? Different Authentication modes?
What is a session in asp.net?
What is autopostback true?
How to implement role based security in asp.net mvc? : Asp.Net MVC
What is asp.net file?
What is the main differences between asp and asp.net?
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
What is the default timeout for a cookie?
Describe how to implement globalization and localization in the use interface in .net.
What are the data controls available in asp.net?
What is asp.net mvc? : asp.net mvc
What is the difference between union and join?
What is cas?