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 are the parts of an http response?
Explain client-side scripting?
What is the function used for removing an event listener?
What is the equivalent of date() and time() in asp.net?
Name some asp objects?
What is redirecting behavior?
Explain advantages of caching?
8. Why do you want to work here?
Differentiate strong typing and weak typing
Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?
Explain the server control events of asp.net ?
Explain how dot net compiled code will become platform independent?
How to disable disable browser's Back button in asp.net (JavaScript)?
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?
What are main return types supported in Web API?