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 session in web technology?
Explain model, view and controller represent in an mvc application? : asp.net mvc
What is session and cookies in asp.net?
What is AutoEventWireup attribute for ?
Explain the function of new view engine in asp.net? : asp.net mvc
What is asp.net with mvc? : Asp.Net MVC
What is a session in programming?
What is the difference between adding reference in solution explorer and adding references by using ?
how to transfer the file from client to server using asp.net
How to create multi language website in asp.net mvc? : Asp.Net MVC
How to implement role based security in asp.net mvc? : Asp.Net MVC
What is difference between rest and soap?
Where do we store our connection string in asp.net application?
What is route in web api?
In early binding will the method invoked on com component will verify it?s existance in the system or not ?