Answers

Question and Answer:

  Home  ASP Programming

⟩ What are the differences between ASP and ASP.NET and is ASP.NET backward compatible to ASP?

ASP page is non compiled version i.e. the ASP compiler (interpreter) executes each line of ASP page when the request for a particular page is made, where as ASP.NET page is the pre-compiled version. When we compile the ASP.NET page, the .NET compiler compiles the ASP.NET page to the UI assembly.

 144 views

More Questions for you: