What is ASP? ASP.NET Interview Question

Category > ASP.NET || Published on : Sunday, May 10, 2015 || Views: 3108 || What is ASP ASP Interview Question .Net Interview Question Answer


Active Server Pages (ASP), also known as Classic ASP, is a Microsoft's server-side technology, which helps in creating dynamic and user-friendly Web pages. It uses different scripting languages to create dynamic Web pages, which can be run on any type of browser. The Web pages are built by using either VBScript or JavaScript and these Web pages have access to the same services as Windows application, including ADO (ActiveX Data Objects) for database access, SMTP (Simple Mail Transfer Protocol) for e-mail, and the entire COM (Component Object Model) structure used in the Windows environment. ASP is implemented through a dynamic-link library (asp.dll) that is called by the IIS server when a Web page is requested from the server.

Web Development Interview Questions
Database Interview Questions
Mobile Development Interview Questions
Others Interview Questions