Home>Network programming tutorial> ASP tutorial
All ASP tutorial ASP tutorial ASP.NET tutorial PHP tutorial JSP tutorial C#/CSHARP tutorial XML tutorial Ajax tutorial Perl tutorial Shell tutorial Visual Basic tutorial Delphi tutorial Mobile development tutorial C/C++ tutorial Java tutorial J2EE/J2ME Software engineering
ASP tutorial
  • asp dynamically generates rss (cannot generate xml files) code

    asp dynamically generates rss (cannot generate xml files) code

    Add RSS reading function to your website. Save the following file as rss.asp and put it in the root directory of the website to modify a few parameters. Advantages of RSS 1. You can selectively browse the content that interests you and that is related to
    2025-01-13
  • ASP also uses ORM to put an end to all SQL injection on ASP

    ASP also uses ORM to put an end to all SQL injection on ASP

    PS: The article written by KJ Daniel. Yesterday when I was chatting with a friend, I mentioned the command query of ADO. I actually forgot about this thing. It seems that my memory is really bad. I found the article by KJ Daniel. Please read it. Generally
    2025-01-13
  • Judgment of ASP IE address bar parameters

    Judgment of ASP IE address bar parameters

    The server-side asp program can accept parameters from the form on the html page, so how does it implement IE address parameter judgment? When there is no parameter "id" in the address bar: Copy the code as follows: Request.QueryString[ID] == nu
    2025-01-13
  • JavaScript implements disabling mouse wheel events

    JavaScript implements disabling mouse wheel events

    This article mainly introduces the relevant information about disabling mouse wheel events in JavaScript. Friends who need it can refer to what is compatible with us. We always adjust the compatibility of lower versions of IE, but this time it is not beca
    2025-01-13
  • Microsoft VBScript compiler error error code list

    Microsoft VBScript compiler error error code list

    This article mainly introduces a complete list of Microsoft VBScript compiler error error cause codes. Friends in need can refer to Microsoft VBScript compiler error missing statement ActiveServerPages, ASP0126 (0x80004
    2025-01-13
  • Solutions to the problem that ASP web pages cannot be opened

    Solutions to the problem that ASP web pages cannot be opened

    ASP web pages are actually dynamic web pages, which are executed and parsed on the server side. Sometimes it is very strange. I often encounter the situation where the asp webpage cannot be opened. The editor below will sort out some solutions for the asp
    2025-01-13
  • How to connect ASP to SQL Server 2008 database through ODBC

    How to connect ASP to SQL Server 2008 database through ODBC

    This article mainly introduces the method of ASP connecting to SQL Server 2008 database through ODBC. Friends who need it can refer to the method of creating database connection file [dsn file] to create ODBC DSN file. Before creating the database script,
    2025-01-13
  • The first day of learning ASP in ten days

    The first day of learning ASP in ten days

    Learning purpose: Install and debug the ASP environment and write the first HELLO WORLD program. First, let's install the IIS that comes with WINSOWS2000 as the server. (The PWS of WINSOWS98 is also possible, but it is not recommended. The installatio
    2025-01-13
  • The fifth day of learning ASP.net in ten days

    The fifth day of learning ASP.net in ten days

    Learning purpose: Learn to connect two databases. For ASP, our commonly used databases are nothing more than ACCESS and SQL SERVER. The same is true for ASP.NET. However, ASP.NET has a special connection component for SQL SERVER and does not recommend OLE
    2025-01-13
  • What do the options in vs add the ASP.Net folder mean?

    What do the options in vs add the ASP.Net folder mean?

    You can directly add ASP.NET folders during Visual Studio programming and development. So what do the options for adding folders mean? Let’s introduce it in detail below. Software name: Microsoft Visual Studio 2017 Chinese official version download (free
    2025-01-13
  • How to change the .net framework version of the website in asp.net in iis7 (picture)

    How to change the .net framework version of the website in asp.net in iis7 (picture)

    Method 1: Set the .net framework version when building a website Method 2: Set the .net framework version for already added applications Method 3: Change the IIS default .net framework version Method 4: Change the IIS application pool .net framework versi
    2025-01-12
  • ASP.NET architecture and development technology detailed tutorial

    ASP.NET architecture and development technology detailed tutorial

    First, let’s talk about how Asp.net works. The specific description is as follows: First, the customer requests the WEB page. Then the WEB service looks for the instruction file (.aspx), and this is handled by the dynamic link library aspnet_isapi.dll. Th
    2025-01-12
  • How to publish ASP.NET website to local IIS in VS2012

    How to publish ASP.NET website to local IIS in VS2012

    VS2012 download address: https://www.Vevb.com/softs/73039.html The following are the steps on how to publish an ASP.NET website to local IIS. The first step is to right-click the website project in the Solution Manager and select the Publish button. In th
    2025-01-12
  • Asp commonly used general functions: introduction to integer functions that generate time

    Asp commonly used general functions: introduction to integer functions that generate time

    'Function name: GetMyTimeNumber() 'Function: generate an integer of time' Parameters: lx ---- type of time integer' lx=0 to minute lx=1 to hour lx=2 to day lx=3 to month' return value : Integer value of generation time (minimum to minu
    2025-01-12
  • Two methods of writing ASP server scripts

    Two methods of writing ASP server scripts

    The first way: Directly use <% %> to write script code in it, such as <% Response.Write, the classic Hello word! %> The second way: Indirect use<SCRIPT></SCRIPT> mark
    2025-01-12