What is different between ASP and ASP.NET?

  • ASP is the run under the IIS process.
  • ASP.NET is run under the IIS process(ASP.NET_pw.exe and inetinfo.exe also).
  • ASP Language where available for scripting VBScript and JScript.
  • ASP.NET include C# and VB.NET.
  • ASP run on Microsoft Platform only.
  • ASP.NET could be run on none Microsoft Platform.
  • ASP engine execute server side code which is always true an interpreter(JScript,VBScript).
  • ASP.NET pages are compiling to .NET classes.This classes include all of the server side code and static HTML.

No comments:

Post a Comment