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 main differences between asp and asp.net?
What is advantage of asp.net?
Apart from IDE what are the enhancements in asp.net 2.0?
Where do the cookie state and session state information be stored?
Why do we use web config?
Describe a bubbled event and how it is used ?
Explain Features in ASP.NET
Describe session handling in a webfarm, how does it work and what are the limits?
Define repository pattern in mvc.net? : asp.net mvc
How do u declare static variable and how it is declared and what is its lifetime?
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
What is the difference between a page theme and a global theme?
Explain the difference between debug.write and trace.write? When should each be used?
If 200 is for all successful operation then why do we have 201 response codes?
Explain the advantages of asp.net.