ASP.Net Interview Questions and Answers ASP.NET is the new ASP generation. It is does not fit with Classic ASP ASP.NET pages have the .aspx extension
When a browser requests an ASP.NET file, the ASP.NET engine reads the file, compiles and executes the words in the file, and returns the result to the browser as plain HTML. ASP.NET is a development frame for building web pages and web sites with HTML, CSS, JavaScript and server scripting. ASP.NET supports three different development models: Web Pages,Model View Controller and Web Forms. 1. What is ASP? Active Server Pages is a Microsoft’s server-side technology, which helps in developing dynamic and user-friendly Web pages. 2. Define ASP.Net.