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 the procedure to create the environment for asp.net? : asp.net mvc

705


Explain http handlers? Where we can use the http handlers?

937


What are the various types of validation controls provided by asp.net?

740


Can I tap into other windows livetm services?

752


Is it possible to change the index of primary key on table?

606


How do u optimize a query in asp.net?

757


Will session work if cookies is disabled?

738


Explain the differences between clr & cts?

743


what is publisher?

1848


What is a postback ispostback and autopostback in asp net?

664


What is Bundling and Minification in MVC?

774


Mention the namespace that is used to include .net data provider for sql server in .net code?

701


What’s the difference between asp.net web forms and asp.net mvc?

790


Are xaml file compiled or built on runtime?

731


What are all the various Estimation Techniques available ?

862