what is the is the difference between asp and asp.net?

Answer Posted / saran

ASP ASP.NET
ASP is interpreted. ASP.NET Compiled event base programming.
Control events for text button can be handled at client
javascript only. Since we have server controls events can
handle at server side.
More error handling.

• 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.
• ASP .NET also contains a new set of object oriented input
controls, like programmable list boxes, validation controls.
A new data grid control supports sorting, data paging, and
everything you expect from a dataset control.
The first request for an ASP.NET page on the server will
compile the ASP .NET code and keep a cached copy in memory.
The result of this is greatly increased performance.
ASP .NET is not fully compatible with earlier versions of
ASP, so most of the old ASP code will need some changes to
run under ASP .NET. To overcome this problem, ASP .NET uses
a new file extension ".aspx". This will make ASP .NET
applications able to run side by side with standard ASP
applications on the same server.

Is This Answer Correct ?    18 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are private assemblies and shared assemblies?

528


How to include active x controls in asp code?

505


What is asp model?

540


Hii My Question is How the Down Payment will clear in APP? Can any one help me

1355


Define an err object?

475






why and how static variable retain their value after postback form ?

2297


Explain how big is the data type int in .net?

507


What are the properties of session object?

562


how u can use asp.net for making website?

1590


What are the attributes of the

tags? What are their functions?

514


Hi, i am looking for join learn real time project on dotnet please tell me which is the best institute now i am staying in a ameerpet. thank u for advance.

1048


What is server control

1542


___________ and ____________ properity to be used to create localized version of a form

1511


What is the difference between cshtml and aspx?

535


Explain the difference between the value-type variables and reference-type variables in terms of garbage collection?

523