adspace


Explain the difference between asp.net and asp?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the .net syntax for 'while loop'?

1141