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

What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?

0 Answers  


Where sessions are stored in asp.net?

0 Answers  


is it possible to develop gaming application using .net technology?

2 Answers  


What are the server control tags in asp.net.?

0 Answers   MCN Solutions,


What are the main differences between asp and asp.net?

0 Answers  






What is webresource axd?

0 Answers  


Can you change a Master Page dynamically at runtime?

0 Answers  


Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?

0 Answers  


How do you secure your configuration files to be accessed remotely by unauthorized users?

0 Answers  


What are the benefits of view state?

0 Answers  


How will you load dynamic assembly?

0 Answers  


What is .Net3.0 and .Net3.5? Describe something about that Features..

1 Answers  


Categories