0 votes
in Dot Net by
Is ASP.NET different from ASP? If yes, explain how?

1 Answer

0 votes
by

Yes, ASP.NET is different from ASP. These are the main differences:

ASP.NET is developed by Microsoft to create dynamic web applications while ASP (Active Server Pages) is a Microsoft's server side technology use to create web pages.

  1. ASP.NET is compiled while ASP is interpreted.
  2. ASP uses the technology named ADO while ASP.NET uses ADO.NET.
  3. ASP.NET is completely object oriented while ASP is partially object oriented.

Related questions

0 votes
0 votes
asked Jan 31 in Dot Net by GeorgeBell
0 votes
asked Dec 26, 2023 in Dot Net by GeorgeBell
...