Share this link via
Or copy link
ASP.NET is a new ASP generation. It is not compatible with Classic ASP, but ASP.NET may include Classic ASP. ASP.NET pages are compiled, which makes them faster than Classic ASP. ASP.NET pages have the extension .aspx, and are normally written in VB (Visual Basic) or C# (C sharp). When a browser requests an ASP.NET file, the ASP.NET engine reads the file, compiles and executes the scripts in the file, and returns the result to the browser as plain HTML.
Topics Covered in - ASP - Active Server Pages