View Single Post
  #12 (permalink)  
Old 05-04-2010, 03:09 AM
dexterallen01 dexterallen01 is offline
Junior Member
 
Join Date: Apr 2010
Posts: 19
Default

ASP is Microsoft’s early foray into server side scripting engines that were meant to dynamically create web pages as they are needed. Creating that in HTML would require a lot of pages, one for each possible result. But with ASP, you can write a single short script that can handle this easily. ASP.NET aims to make the transition to web programming easier for those who are already knowledgeable in creating programs for Windows. ASP.NET also offered some improvements over its predecessor.
Reply With Quote