Active Server Pages or Classic ASP, as it is more commonly known, is a technology that enables you to make dynamic and interactive web pages. ASP uses server-side scripting to dynamically produce web pages that are not affected by the type of browser the web site visitor is using. The default scripting language used for writing ASP is VBScript, although you can use other scripting languages like JScript (Microsoft's version of JavaScript). ASP pages have the extension .asp instead of .htm, when a page with the extension .asp is requested by a browser the web server knows to interpret any ASP contained within the web page before sending the HTML produced to the browser. This way all the ASP is run on the web server and no ASP will ever be passed to the web browser.
ASP stands for Active Server Pages - it is server side technology to generate dynamic html pages. Now what we use is ASP.NET - which runs on .net framework
yeah, asp.net is definitely easier to use that asp. and all windows hosting provider support ASP.NET nowadays
Hello.... ASP (Active Server Page) is used to create Dynamic & interactive web pages,which is executed on web server and display the result in pure HTML format. website design | bulk email marketing
ASP is active server pages.it use for making dynamic web page .and now days people use ASP.net which run on .net framework.
ASP (Active Server Page) is used to create Dynamic & interactive web pages,which is executed on web server and display the result in pure HTML format.
ASP is an old framework and the number of site that use it is very tiny. ASP.Net is the successor of ASP. ASP is interpreted and use visual basic as language to program it. ASP.net is compiled and use the CLR(common language runtime), with asp.net you can use as programming language c#, vb.net, f#, iron python, iron ruby and managed c++. The page extension of old ASP is .asp. The page extension of ASP.NET is .aspx or.cshtml(With the new framework ASP.Net MVC 3). ASP.net have 2 type of framework ASP.NET web forms and ASP.NET MVC
asp takes object oriented programming languages and processes a web friendly transition so that you can intigrate these languages and use their logic and database connection to work with basic html and javascript