Structural Compatibility
There are some structural differences between ASP and ASP.NET in terms of page layout and coding style. In particular, ASP.NET has different conventions for handling code blocks, programming languages, and page directives.
In This Section
Code Blocks in ASP.NET
Describes ASP.NET code layout requirements.Programming Languages in ASP.NET
Lists the programming languages supported by ASP.NET.New ASP.NET Page DirectivesDescribes the new ASP.NET page directives.
Related Sections
- Creating ASP.NET Web Applications
Explains how to create Web applications using ASP.NET.