Difference between asp and asp.net ?

Answers were Sorted based on User's Feedback



Difference between asp and asp.net ?..

Answer / ansu kuamar, delhi

asp.net has
more controls,
user friendly,
here we use two different page
one for design
other for logical coding
so we can work simultaniously both on designing and coding

Is This Answer Correct ?    0 Yes 0 No

Difference between asp and asp.net ?..

Answer / shirishakyatoor

Both are serverside technologies which are used to develop
a dynamic and interactive pages. But the main differences
between them are

asp is an interpretted code where as asp.net is a compiled
code and asp is a object based language ie it doesnt
supports polymorphism and inheritance concept where as
asp.net is a object oriented language .. (it supports)

In asp.net. There is of two pages ..one for designing and
other for coding so designer can do his work and developer
can do his work at same time on same application form.It
results in better performance.. reducing time in devlopment
of a file which is not possible for asp.

Is This Answer Correct ?    0 Yes 0 No

Difference between asp and asp.net ?..

Answer / ranjith reddy

Asp doesn't suport oop's concepts
Asp.Net Supports oop's concepts

Asp maintance top to bottom coding
Asp.Net doesn't maintain top to bottom coding

Asp is not user friendly
Asp.Net is user friendly

Asp code n html r at one isde
Asp.Net html deffer frm general coding

Is This Answer Correct ?    0 Yes 0 No

Difference between asp and asp.net ?..

Answer / arunendra shukla

"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

Explain how cookies work. Give an example of cookie abuse.

0 Answers  


Difference between ByVal and ByRef?

2 Answers   Microsoft,


What is global.asax file used for?

0 Answers  


What does the "EnableViewState" property do? Why would I want it on or off?

2 Answers   Photon Infotech, Siebel Systems, Syntax Softtech,


How ASP and ASP.NET page works? Explain about asp.net page life cycle?

0 Answers  






To call a Web service which transport protocol you can use?

3 Answers   Siebel,


How to Open any web page by clicking any Any ASPControl like (Checkbox,radio button or Button) without calling its event and without going to Siverside code?

5 Answers   LG Soft,


what is diffrence between debug class and trace class in asp.net ?

2 Answers  


How to refresh a page in asp.net

4 Answers  


what is session ?how sessions are handeled in application? write the clauses of sql server in their order.

3 Answers   Olive Tech,


Do cookies store passwords?

0 Answers  


If(dropdownlist1.selectedIndexChanged==true) { //code } else { //code } I am getting error in If condition, so can u pls give me a solution.

4 Answers  


Categories