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
How can you register a custom server control to a web page?
Can a .net web application consume java web service?
What is the difference between mechine.config and web.config?
What is the difference between system.stringbuilder and system.string
Define caching.
How can we implement a identity (sql server) call in an asp.net page?
What is ispostback property?
Explain weak typing and strong typing.
Explain about Multi-Language integration?
How do you identify that the page is postback?
Using code explain Configuration Management
How many types of triggers are there in update panel?
Why session management is required?
What is the difference between executescalar and executenonquery?
Explain the namespace classes used in asp.net mvc? : asp.net mvc