Difference between asp and asp.net?

Answers were Sorted based on User's Feedback



Difference between asp and asp.net?..

Answer / 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

Difference between asp and asp.net?..

Answer / mukkamalla prasastha

1.Scripting is seperated from html
2.The coede is compiled as dll
3.All controls supports events in asp,net
4.Better scalabilitry
5.Better security that is authentication and authorization
6.Better controls
7.Better language support

Is This Answer Correct ?    2 Yes 1 No

Difference between asp and asp.net?..

Answer / priyavani

ASP was Microsoft's first server-side script engine for
dynamically-generated web pages.
ASP.NET is a web application framework developed and
marketed by Microsoft to allow programmers to build dynamic
web sites, web applications and web services

Is This Answer Correct ?    1 Yes 0 No

Difference between asp and asp.net?..

Answer / saurabh

In classic ASP, there was no server controls. You have to
write all html tags manually.ASP.NET offers a very rich set
of controls called Server Controls and Html Controls. It is
very easy to drag and drop any controls to a web Page.

check this link for detail
http://www.mindstick.com/Blog/72/Difference%20between%20asp%
20and%20asp%20net

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Are cookies stored on server or client?

0 Answers  


Can we store PROGID information in database and dynamically load the component ?

1 Answers   Digital GlobalSoft, e4e,


What is stateless asp or asp.net ?

2 Answers   Accenture, BirlaSoft,


What is the other method, other than GET and POST, in ASP.NET?

3 Answers  


What is ViewState and How it is managed,Its Advantages/Benefits?

4 Answers   Google,






What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?

0 Answers  


What is asp.net architecture?

0 Answers  


What is bound controls

0 Answers   MCN Solutions,


Explain the asp.net mvc folder conventions? : asp.net mvc

0 Answers  


Whats the difference between abstract factory pattern and factory pattern?

0 Answers  


What is reflection and disadvantages of reflection?

6 Answers   Microsoft,


Explain the code Access Security (CAS) in .net Framework?

0 Answers  


Categories