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

Why do we use web config?

516


Which is better viewstate or session?

513


What is the use of execute non query in asp.net?

483


Define msil.

543


How many types of sessions are there in asp net?

524






What are the asp.net server side objects?

519


How do we sort the data from a dataset?

571


What is the difference between web.config and machine.config in ASP.NET?

594


How to find out what version of asp.net I am using on my machine?

579


What is the difference between viewstate and hidden field in asp.net?

486


What is session in web technology?

520


What is a 404 redirect?

554


Name some asp objects?

545


Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?

647


What is a web farm?

594