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.
|