What is the difference between ASP and ASP.NET?

Answers were Sorted based on User's Feedback



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

Answer / siddhartha suripunj

ASP is implemented with the scripying language where as
ASP.NET is a technlogy which is implement in various
languages under .net framework like
VB.Net ,C# ,etc.Therefore the ASp.net project is compiled
rathere than interpreted and hence edge over ASP as far as
performance is concerned.

Is This Answer Correct ?    2 Yes 1 No

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

Answer / srini

1.ASP and ASP.NET both are uset to build td the web
application and web site.

2.ASP is a compiled Managed code.
But asp.net is a object oriented programming language.

3.ASP.NEt give highly productive programming language.

Is This Answer Correct ?    2 Yes 1 No

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

Answer / divya

Asp.Net - Code & Content separation, Used dataset, there is
code behind

Asp - Code & Content mixed, Used Recordset, there is no
code behind.

Is This Answer Correct ?    1 Yes 0 No

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

Answer / navin.cp

To resolve URL in ASP, we need to write ISAPI or we have to
purchase third party tool but in asp.net we can write code
to resolve URL in no. of ways.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

can we store textbox and com components in viewstate?

4 Answers   Microsoft,


What is the difference between Codebehind="MyCode.aspx.cs" andSrc="MyCode.aspx.cs"?

1 Answers   Innvectra,


What is a DLL Hell Problem in .Net?

12 Answers  


whats the purpose of AUTOPOSTBACK property for the controls in asp.net?

4 Answers  


When was asp.net released?

0 Answers  






Is asp.net a language?

0 Answers  


Which two properties are there on every validation control?

2 Answers  


What is ispostback method in asp.net?

0 Answers  


How many languages are supported by .NET at present time?

0 Answers  


Can the validation occurs in server-side or client-side? If the validation occurs why should we do?

0 Answers   Siebel,


In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?

0 Answers   Siebel Systems,


What is the difference between an EXE and a DLL?

18 Answers   Infosys, JK Associates, Persistent, TATA, Technosoft, Wipro,


Categories