Use ASP to register DLL files on the client

This method introduces the DLL file used by the user. client use ASP to register the exist DLL file client use ASP to register the exist DLL file

Optimize database processing in ASP

ole

ASP is a web server development environment. It provides a simple and easy-to-learn script (VBScript or JScript) with many built-in objects, this provides a simple programming path. More importantly, ASP provides the ADO objectProgramUsers can

ASP Method for displaying whether a user is online

Show whether the user is onlineCheck. asp Online. asp Conn. execute "Update hand_us set I = '" & II & "'where H = true and a ='" & request. cookies ("login_hand") & "'"' last online time updatedConn. Execute "Update hand_us set h = false where

Tips for calling DCOM components in ASP

1. Write the DCOM component: Suppose we want to remotely start the DNS service through the ASP page, and the DNS server and the Web server are not the same machine. We can compile an ActiveX DLL to implement this function. First, create a batch file

Understand MSMQ and easily control ASP Processes

What exactly is MSMQ? Let's take a look at the following: 1. Basic Introduction to Microsoft Message Queue: MSMQ (also known as "falcon") is a service running on Windows NT. It provides asynchronous communication between applications. You can find

Optimization of ADO in ASP

ole

Comprehensive Optimization of ADO 1 Connection 1.1 pooling In Web applications, many users access the database at the same time, and the object scope in ASP is page-level. That is to say, each page must be connected and disconnected from the

Create a compilation component for your ASP program (on)

Compile custom Active Server Page (ASP) code to complete some tasks. For example, the database access capability is important. however, the most obvious problem with a scripting solution is performance. in this article, I will show you how to

Another way for ASP to generate WORD Documents

There are many ways to generate WORD Documents Using ASP on the Internet. The most common method is to generate WORD Documents Using word. dot document, and then use ASP. although this method is good, it is very complicated to implement and cannot

Online ASP file mail

In practice, I used the COM component function of ASP to implement a small component for sending mails in VB. In ASP, this function can be implemented only by simple calling. All email processor systems are encapsulated in this component, which is

Experience in creating a pure ASP forum based on access databases

I feel that it is not as easy as I thought to be a forum, but it is not as complicated as I thought. :) after four days of bloody battles, finally, I had no idea about the Forum production. Now I have determined the data structure and organization

ASP Application Center playback

There are two essential conditions for learning a programming language. One is to combine theory with practice to verify the theory in books in actual routines to deepen your understanding of the theory; the second is to learn to sum up and write

How to easily create ASP counters

The following describes how to use a database to implement a simple counter.'Save As count. aspSet conn = server. Createobject ("ADODB. Connection ")Conn. Open "driver = {Microsoft Access Driver (*. mdb)}; DBQ =" & server. mappath ("count. mdb ")%>

ASP Tutorial: Filter and intercept HTML code

The filtering of input content in normal ASP is only to replace the HTML source code of the left and right angle brackets (), and is displayed as the left and right angle brackets on the page, instead of using angle brackets as HTML tags. Of course,

Methods and skills for connecting and operating ASP Databases

1. asp connection to access database Dim Conn, mdbfileMdbfile = server. mappath ("database name. mdb ")Set conn = server. Createobject ("ADODB. Connection ")Conn. Open "driver = {Microsoft Access Driver (*. mdb)}; uid = admin; Pwd = Database

Server-side processing in ASP dynamic pages

In terms of server processing, ASP is a relatively new technology for generating dynamic web pages. What does dynamic pages mean? For the moment, we will not consider the progress of client-related functions, nor discuss client scripts, Java applets,

ASP. NET differences between the three-layer structure and the MVC Mode

Some friends in csdn and garden talked about the difference between Layer 3 and MVC. Some people have thrown this question before. I will also raise this question to my friends who come to the company for interviews. Let me also talk about my

Prospect of ASP. NET

I am a C # programmer. I will not talk about Java. I will only talk about the future of C # for you: Nothing in the world is more appealing to programmers than programming tools. VC, VB, Delphi, Java ...... These dazzling names not only occupy the

4 tips: Make your server safe and effective to prevent ASP trojans from running

Currently, the popular ASP Trojan mainly uses three technologies to perform server-related operations.   I. Use the file1_emts component You can perform regular operations on files using file1_emts. You can modify the registry and rename this

Eight technologies teach you to say goodbye to hacker ASP Vulnerability intrusion

First, free programs should not be used for free. Since you can share the original code, attackers can analyze the code. If you take precautions for the details, the security of your site will be greatly improved. Even if an SQL injection

ASP collection prevention code

I. Anti-copy and paste:'Date: 2006-3-6'Author: blue2004'The STR parameter is the original text, and the str1 author is yourself. reslut generates garbled seeds.Function readtocode (STR, str1, result)Dim nameDim I, J, KIf isnull (STR) thenReadtocode =

Total Pages: 1800 1 .... 1294 1295 1296 1297 1298 .... 1800 Go to: GO

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.