It is about interview question and answer related to the asp.net.
Sunday, September 30, 2012
What is ASP.NET?
What
is ASP?
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 Vb-script 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.
Subscribe to:
Posts (Atom)