Active Server Pages is also known as ASP. ASP helps create web pages that contain HTML code and text and are created dynamically. Dynamic web pages are those contain dynamically generated content when a page is requested. ASP supports server-side scripting and users IIs to process the code when an end user sends request to access the web page.
Steps to create: firstly write the code in any text document and add the .asp extension to document name for creating a web page. After creating a web page,you need to ass code to the web page before sending it to internet. Sending a web page to internet enables an end user to access the page using Internet browsers. The programers can use two languages, VB Scriptand JScript to write code to the web page ASP only provides the environment thet process the code.
LIFECYCLE OF ASP:
Structure of ASP:
ASP is divided in two parts:
full form of aspx page
That depends on the type of coding done on server side scripts. Sometimes they need a request object from client-side to initiate the scripts to provide response while other times there are bots which initiate the server side script without a request object.An example of automated scripts execution is deleting a user who registered before 24 hours but did not confirm his e-mail.
Usually, the scripts are implemented using JavaScript, and the HTML "SCRIPT" tag. More often on professional pages, though external scripts are used.
The answer depends on the context. It could mean: Alto saxophone (on musical scores) Active Server Page (.NET framework) Active Server Application Extended
ASP means, Active Server Pages. An Active Server Page is a web page that includes program code that is processed on a Microsoft web server before the page is sent to the user. The code is typically used to access data from a database and that data is then built into the returned web page "on the fly". ASP was developed by Microsoft and is a feature of Microsoft's web server software, but the dynamically generated pages can be viewed by almost any browser. Because at run-time the code is translated to html+JavaScript code
Active server pages
ASP stands for Active Server Pages.
The advantages of Active Server Pages are that they provide a powerful scripting language and it is compatible with HTML. The disadvantages of Active Server Pages are that the coding is complex and the connections are stateless.
There are many active server pages available on the internet. One could use server pages either developed by Google, Dell, or other server providers such as IBM.
The ASP stands for active server pages. It is a type of scripting. Login scripts normally use them to communicate with the login server easily. It is easier and more effective than HTML.
Active Server Pages
Active Server Pages Extension
ASP stands for "Active Server Pages"..
PHP is a server-side scripting language, which means that scripts are interpreted and executed by the server before PHP pages are sent to the client (the browser). The server replaces PHP scripts with the output it obtains from their execution and then transmits to the client the output thus obtained. Hence, your browser cannot execute PHP scripts, but it can only request PHP pages from a server which runs the scripts. Because the server is what processes the script, PHP needs to be installed on the server for the server to be able to process PHP scripts. If PHP isn't installed, the server has no idea that "foo.php" is a PHP script so just sends it to the browser as an executable - in a way that forces the browser to prompt to download it. Consult your hosting provider's help for installing, setting up or enabling PHP. Alternatively, you can install it yourself if your host provides the permissions to (See the related questions for installation help). If your host does not provide PHP support, find another host.
full form of aspx page
(Taken from fileinfo.com) ASP (Active Server Page) files are server-generated web pages that may contain scripts written in VBScript, C# or Javascript; parsed on the server, which generates HTML that is sent to the client's browser; commonly used by ASP.NET sites and websites hosted on Microsoft IIS-based servers. Since ASP pages are processed on the server, website visitors do not see the actual ASP code, just the HTML generated from the scripts within the page. ASP pages typically use the ".asp" extension rather than ".html". So, to answer your question, use an internet browser such as Chrome or Internet Explorer (but the only thing you should be using internet explorer for is getting a real browser).
Using Scripts.