Explain the difference between asp.net and asp?



Explain the difference between asp.net and asp?..

Answer / Nidhish Paty Sahay

ASP (Active Server Pages) is a technology developed by Microsoft that allows developers to create dynamic web pages using various scripting languages such as VBScript, JScript, etc.nASP.NET is an evolution of ASP and it uses C#, VB.NET, F#, or any other .NET language to build dynamic web applications.nThe key differences between ASP and ASP.NET are:
1. ASP.NET supports multiple programming languages, while ASP supports only VBScript and JScript.
2. ASP.NET provides a rich set of controls unlike ASP which has a limited number of built-in controls.
3. ASP.NET follows the MVC (Model-View-Controller) architecture while ASP does not.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What is difference between static page and dynamic page?

1 Answers  


What are good ADO.NET object(s) to replace the ADO Recordset object.

1 Answers  


What is an Interface? Have you ever developed an Interface.

5 Answers   Deloitte,


Is .NET a runtime service or a development platform?

2 Answers  


Class for getting the info that is on clipboard of our system in a windows App?

1 Answers  


Can you write a class without specifying namespace?

1 Answers  


Interop Services?

1 Answers  


Is atl redundant in the .net world?

1 Answers  


Which dll translate xml to sql in internet information server (iis)?

1 Answers  


If you are executing these statements in commandobject. Select * from table1; select * from table2? How you will deal result set? 42. How do you sort a dataset.

1 Answers  


How can you see which services are running on a Windows box?

1 Answers  


What are Sessions?

2 Answers   Deloitte,


Categories