How ASP .NET different from ASP?

Answer Posted / guser9999

Microsoft's previous server side scripting technology ASP
(Active Server Pages) is now often called classic ASP.
ASP 3.0 was the last version of the classic ASP.

ASP.NET is the next generation ASP, but it's not an upgraded
version of ASP.
ASP.NET is an entirely new technology for server-side
scripting. It was written from the ground up and is not
backward compatible with classic ASP.

Differences between ASP and ASP.NET
_____________________________________
ASP.NET has better language support, a large set of new
controls and XML based components, and better user
authentication.
ASP.NET provides increased performance by running compiled code.
ASP.NET code is not fully backward compatible with ASP.
________________________________________
New in ASP.NET
 Better language support
 Programmable controls
 Event-driven programming
 XML-based components
 User authentication, with accounts and roles
 Higher scalability
 Increased performance - Compiled code
 Easier configuration and deployment
 Not fully ASP compatible
Ready Validators for validation even with custom
validator to let prgrmr write validation code on his own coding
________________________________________

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is singleton activation mode in .net?

688


Explain soap and xml?

566


Explain me what is the difference between a class and an object, and how do these terms relate to each other?

510


What is concurrency? How will you avoid concurrency when dealing with dataset?

597


When a Static Constructor called in .NET?

614






What is the advantage of .net core?

556


Explain webfarm vs webgardens in .net?

592


Explain what is reflection in microsoft .net context?

565


Sql Queries: A Table will be given Omiting Duplicate rows and adding a new column

1937


What are the authentication methods in .net?

571


Write Code for DataSet,Datareader,and by deleting the button gridview should be empty?

1625


What is the root class in .net?

662


Tell us the difference between managed and unmanaged code?

529


How to get the number after decimal point in .net?

572


What is Finalizer in .NET define Dispose and Finalize ?

579