Active Server Pages (ASP) is a server-side script engine developed by Microsoft to assist in the development of web pages. It utilizes built-in objects to facilitate the creation of commonly used portions of web pages, six of which exist in ASP 2.0, and those include: ASP Error, Server, Response, Session, Request, and Application. A website that uses ASP will most likely have the .asp extension, but that should not be confused with .aspx extensions which signify a second server-side script engine from Microsoft, ASP.NET.