What is difference between ASP and ASP.NET ?

Answers were Sorted based on User's Feedback



What is difference between ASP and ASP.NET ?..

Answer / mupnesh

ASP is based on a procedural & event driven programming
model.. Whereas ASP.NET is based on object oriented & event
driven programming model.
Application written in ASP.NET are compiled,Whereas ASP are
interpreted.
ASP.NET can only support one programming language on a
page,ASP support muliple programming languages on a page.

Is This Answer Correct ?    5 Yes 0 No

What is difference between ASP and ASP.NET ?..

Answer / ranjith

ASP:
1) this supports scripting languages,generally scripting
languages are interpreter based,so execution will be
slow,and no proper management

2)no server side controls

3)supports inpage technique

4) supports inprocess session

5)uses ADO for database connectivity

6)manual coding to perform validations

7)supports entire page caching towards client side

ASP.NET:

1) supports .net languages.these r compiler based,so
execution will be fast

2)supports server side controls

3)supports inpage ,code behind techniques

4)supports in process,out process session

5) no manual coding to perform validation

6)supports 3 types of caching
a)out put caching
b) fragment caching
c) data caching

Is This Answer Correct ?    2 Yes 0 No

What is difference between ASP and ASP.NET ?..

Answer / swapna

ASP (Active Server Pages) and ASP.NET are both server side
technologies for building web sites and web applications .

ASP.NET is Managed compiled code - asp is interpreted. and
ASP.net is fully Object oriented.

ASP.NET has been entirely re-architected to provide a
highly productive programming experience based on the .NET
Framework, and a robust infrastructure for building
reliable and scalable web applications.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?

0 Answers  


What definition correctly defines a label server control with the name set to lblHoop? a) <asp:Label name=?lblHoop? runat=?server? /> b) <Label id=?lblHoop? runat=?server? /> c) <asp:Label id=?lblHoop? runat=?server? /> d) <server label name=?lblHoop? runat=?asp? />

3 Answers   Syntax Softtech,


can we edit records from repeater control

2 Answers  


we can able to display a MessageBox in asp .net without using any script langages?

8 Answers   ABC,


What is the maximum length of textbox

1 Answers  


What is State Management in .Net and how many ways are there to maintain a state in .Net?

6 Answers  


Can you set the session out time manually?

0 Answers  


Differentiate between a page theme and a global theme?

0 Answers  


How to prepare culture-specific formatting in .net.

0 Answers  


How do cookies work?

0 Answers  


How is session id generated?

0 Answers  


Which type if caching will be used if we want to cache the portion of a page instead of whole page?

0 Answers  


Categories