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
  • How to get user real IPs for CDN applications

    How to get user real IPs for CDN applications

    I wrote the Code of ASP to take the real IP. With environmental testing without agents, first or multi -level agents, you can normally obtain Function Checkip (Checkstring) to determine whether the IP is legal.
    2025-01-31
  • Method to register fso (FileSystemObject) under Windows

    Method to register fso (FileSystemObject) under Windows

    FSO (FileSystemObject) is a file operation control of Microsoft ASP. This control can read, create, modify, and delete directories and files on the server. It is a very useful control in ASP programming. However, due to permission control issues, the FSO
    2025-01-31
  • Retrieve users in AD via VBA

    Retrieve users in AD via VBA

    As a scripting language used in Microsoft Office products, VBA is actually very powerful, thanks to the fact that it inherits many of the fine traditions of Visual Basic. For example, we can introduce classes in VBA projects like VB 6. library or ActiveX
    2025-01-31
  • Summary of the differences between asp #include file and #include virtual Page 1/2

    Summary of the differences between asp #include file and #include virtual Page 1/2

    To put it simply, #include file is followed by the "relative path" of the file, and #include virtual is followed by the "absolute path" of the file. The "relative path" mentioned here is relative to the folder where the &quot
    2025-01-31
  • asp+Access universal automatic replacement of strings in the database

    asp+Access universal automatic replacement of strings in the database

    A script I wrote a few years ago can automatically replace data in the entire database. I just wrote it for fun at first, but I didn't expect that people would keep asking about it after I wrote it, so I rewrote the code and improved it. It supported
    2025-01-31
  • ASP 0104: 80004005 error solution

    ASP 0104: 80004005 error solution

    When the program appears, there is an error: the Request object error ASP 0104: 80004005 is not allowed to operate /blog/inc/upload.inc. The 76 is caused by the 2003 system on your server that does not modify ASP uploading 200K limit. Can't upload lar
    2025-01-31
  • Detailed description of the execution sequence of ASP scripts

    Detailed description of the execution sequence of ASP scripts

    IIS finds the ASP file, submits it to the ASP engine (usually ASP.DLL) for processing, etc. Friends who need it can refer to it. First, let’s understand the process of ASP page execution 1. IIS finds the ASP file and submits it to the ASP engine (usually
    2025-01-31
  • ASP.net front-end development skills

    ASP.net front-end development skills

    Many websites are now developed using .net. There is another platform for front-end development. Due to the use of VSS source code manager, programmers often worry about obtaining files. Especially the styles, pictures. Directory structure├─App_Code -----
    2025-01-31
  • ASP gets the size type of the file and the last modification time

    ASP gets the size type of the file and the last modification time

    To get the last modification time of the generated HTML file, I wrote a function with simple judgment. Example: 2005-11-10 19:33:44ASP file 6.83 KB Save the following file as mofei.asp file and run it. To support FSO.<%Function fsofiled
    2025-01-31
  • The simplest way to generate verification code in asp

    The simplest way to generate verification code in asp

    A few days ago, my blog was flooded with spam comments, dozens of them. I have never experienced such a situation since I have been building a website for so long. I blame myself for not adding a verification code function. In order to prevent being attac
    2025-01-31
  • How ASP handles multiple keyword queries

    How ASP handles multiple keyword queries

    In web development, we often encounter multiple keyword queries for a single field. I usually implement this through dynamic arrays. Of course, multiple keywords are usually separated by spaces or,. I assume that multiple keywords are separated by spaces,
    2025-01-31
  • asp CutStrX string interception function (filter all HTML tags)

    asp CutStrX string interception function (filter all HTML tags)

    The asp CutStrX string interception function (filters all HTML tags) is quite good. Friends in need can refer to it. Copy the code and the code is as follows: Function CutStrX(ByVal Str,ByVal StrLen)Dim l,t,c,i,r filters all HTML tags S
    2025-01-31
  • How to use ASP.NET to create a chat room based on AJAX

    How to use ASP.NET to create a chat room based on AJAX

    My first Chat Room was written in ASP 3.0. The program is relatively simple. Two Text Box is used to process the information refresh on the page. At that time, to build a real Chat Room, Java Applet or Activex Control must be used. based on
    2025-01-31
  • ASP tutorial: server.transfer method instance

    ASP tutorial: server.transfer method instance

    I often see the website such as www.abc.com/?news or www.abc.com/?id=123. At first, I felt very mysterious. In fact How profound technology can be achieved with some simplest methods, taking ASP as an example, and making good use of server
    2025-01-31
  • asp IsValidEmail verify email address function (email)

    asp IsValidEmail verify email address function (email)

    Many verification emails are verified on the js client, but it is easy to be broken. If we use asp to verify on the server, there should be no problem. Copy the code code as follows: ********************************************** function Name: IsValidEm
    2025-01-31