Advantage Of ASP.NET over ASP

  • Compiled Pages
     
  • Multiple language support
      
  • Caching Features: - Pages and even Parts of pages frequently requested can now be cached for better performances.
     
  • Server Controls - Server side components automate many common development tasks. These controls can detect the version of the browser and generate the proper HTML and JavaScript code.
      
  • Separation of Logic