Difference between asp and asp.net?

Answer Posted / uma

Asp:---
1) asp is script based ,so that it is executed in
interpeter.performance it is very slow.
2) it doesn,t have server controls
3) only one session mode "inproc"
4) only inpage technique is allowed
5) validations are wriiten manually
6) caching canot be performed


Asp.net:----
1) asp is compliler based ,so that it is executed in
complier.performance it is very fast.
2) it have server controls
3) session mode "inproc","ottproc","Stateserver"
4) inpage and codebehind technique is allowed
5) validations are present
6) caching techinues are 3 types
a)page output caching
b)page fragment
c)data caching

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is server side routing?

508


What is asp.net mvc5? : Asp.Net MVC

537


What are query strings used for?

531


How we can force all the validation controls to run?

527


What is considered a service provider?

521






What is full form of asp.net?

521


Can you explain one critical mapping? Performance issue which one is better? Whether connected lookup tranformation or unconnected one?

811


What is the difference between a multi-layer and multi-tier applications?

573


What is asp.net with mvc? : Asp.Net MVC

522


What is cross page posting in asp net?

534


What is meant by asp.net?

542


Explain the differences between managed and unmanaged code?

502


Why is string called immutable data type?

596


What is the purpose of master page?

517


What is difference between or and orelse?

549