Showing posts with label Introuction to asp. Show all posts
Showing posts with label Introuction to asp. Show all posts

Tuesday, October 16, 2012

Introduction To ASP

ASP(Classic)Microsoft Active Server Pages(ASP) is a server-side scripting  technology. ASP is a technology that Microsoft created to ease the development of interactive Web application. With ASP we can use client-side scripts as well as sever-side scripts. Maybe we want to validate use input or access a database. ASP provides solutions for transaction processing and managing session state. ASP is one of the most successful language used in web development.Problems with Traditional ASPInterpreted and Loosely-Typed Code :-     ...