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
What is the procedure to create the environment for asp.net? : asp.net mvc
Explain http handlers? Where we can use the http handlers?
What are the various types of validation controls provided by asp.net?
Can I tap into other windows livetm services?
Is it possible to change the index of primary key on table?
How do u optimize a query in asp.net?
Will session work if cookies is disabled?
Explain the differences between clr & cts?
what is publisher?
What is a postback ispostback and autopostback in asp net?
What is Bundling and Minification in MVC?
Mention the namespace that is used to include .net data provider for sql server in .net code?
What’s the difference between asp.net web forms and asp.net mvc?
Are xaml file compiled or built on runtime?
What are all the various Estimation Techniques available ?