ASP language question, what language is asp?

Updated on technology 2024-04-19
7 answers
  1. Anonymous users2024-02-08

    Usage:"/") The location where the root directory of the application is located, such as c: inetpub wwwroot

    /") represents the current directory of the page on which it is located.

    Note: Equivalent to"") returns""The physical file path of the page in which it is located.

    ./") indicates the directory at the next level.

    /") indicates the directory of the current application-level program, if it is the root directory, it is the root directory, if it is a virtual directory, it is the location of the virtual directory For example: C: inetpub wwwroot example

    For example, after you log in, it is a session, which is stored in the session, and the global variables such as how many people are currently logged in.

  2. Anonymous users2024-02-07

    1.Get the physical path of the file.

    2.and 3Words.

    This one is quite detailed.

  3. Anonymous users2024-02-06

    The full English name of ASP is "ActiveServerPage", which is a dynamic web page language developed by Weiqi Soft Company, which is a server scripting language used for dynamic web page writing; ASP can interact with databases and other programs, and is a simple, well-defined programming tool. The format of the web page file for ASP is "asp”。

    ASP (ActiveServerPage) is a dynamic web language developed by Microsoft, which is a server scripting language used for dynamic web page writing.

  4. Anonymous users2024-02-05

    To put it simply:

    1. Install IIS, which comes with Windows, and is available in the Add and Remove Components.

    2. Put the asp file in a directory, such as c: asp, and then right-click to open the properties of the directory > web sharing >> shared folder, give an alias, such as asp, remember the file name of asp, such as calling.

    ASP is an abbreviation for Active Server Page. It is a web page that contains a script program that uses VB Script or JSCRIPT. When the browser browses an ASP web page, the web server generates the corresponding HTML** according to the request and then returns it to the browser, so that the browser sees the dynamically generated web page.

    ASP is an application developed by Microsoft to replace CGI scripting programs that can interact with databases and other programs. It is a simple and convenient programming tool. After understanding the basic syntax of VBScrip, you only need to know the purpose, attributes, and methods of each component, and you can easily write your own ASP system.

    The format of the web page file for ASP is "asp。

    Use notepad,Frontpage,DW can be opened,But after opening it, you can only see**,Can't see the page,But pay attention,Some are renamed mdb database files to asp,If there is garbled characters,It may be MDB changed。

    There is also a case of garbled characters, that is, the ASP has been encrypted.

    If you want to see the content of the page on the local computer, you have to install the runtime environment that supports ASP by yourself, and the IIS that comes with the window can be, if not, install it, hehe.

  5. Anonymous users2024-02-04

    A simple dynamic web programming language.

  6. Anonymous users2024-02-03

    ASP (Active Server Page) is a programming environment in which you can use a mix of HTML, scripting languages, and components to create powerful server-side Internet applications. If you've previously created a site with a mix of HTML, scripting languages, and components, you can add ASPs to it. By adding script commands to an HTML page, you can create an HTML user interface, and you can also include some business logic rules by using components.

    Components can be called by scripts or by other components.

    How it works:

    When ASP functionality is incorporated into a web site, the following things happen:

    1. When the user calls up the content of the site, the extension of the default page is. asp。

    2. The browser requests the ASP file from the server.

    3. The server-side script starts to run ASP.

    4. The asp file is processed in order from top to bottom, and the script command is executed, and the html page content is executed.

    5. The page information is sent to the browser.

    Because the script is run on the server side, the web server sends the standard HTML page to the browser after all the processing has been completed. This means that ASP can only run on servers that can be supported. Another benefit of having scripts reside on the server side is:

    It is not possible for the user to see the original script, and what the user sees is only the final HTML content.

  7. Anonymous users2024-02-02

    ASP is a scripting language that has been popular since 20 years ago.

Related questions
9 answers2024-04-19

do while not

Output line. for i=1 to 3 >>>More

13 answers2024-04-19

If you have a problem, you post all of it, or send it to me to help you modify it. >>>More

4 answers2024-04-19

function open conn() defines the function open conndim dbpath, and conn defines the variables dbpath and conndbpath="Database path"Override the relative path of your database to the variable dbpath >>>More

10 answers2024-04-19

First of all: it is used to save the file, not to determine which directory to upload to. >>>More

4 answers2024-04-19

asp is ok for now. Generally, small and medium-sized ** still use ASP more. PHP is also good, but I don't know that, ASP is a completely different development language, the two are different, ASPNET is built on the NET framework. >>>More