Modify the server configuration so that the suffix of the Asp.net file is as desired.

Some websites modify the default Suffix of dynamic pages in IIS for various reasons. In the ASP era, some users modify the configuration on the server and parse the HTML suffix files as ASP files: that is to say, ASP Program The file suffixed with .

ASP + FSO online image management functions original

CopyCode The Code is as follows: '--------------------------------------------- ############## 20060528 port Support added 'Author: dxy QQ: 461478385 Email: douxy001@gmail.com 'Complete functions %> Set myfile = server. Createobject ("scripting.

ASP (cdonts. newmail) of email)

Formmail.htm CopyCode The Code is as follows: submit a form to send an email & Lt; TD Height = "440" & gt;Width = "100%">& Lt; TD width = "44%" & gt; last name: & Lt; TD width = "56%" & gt; & Lt; TD width = "44%" & gt; sex: & Lt;

ASP event Design

Author's blog: http://blog.csdn.net/oyiboy/ The reason why I want to Develop ASP with MVC is to turn process-oriented thinking into object-oriented thinking. This is good for developers in any language. MVC is a standard model. It seems very

ASP: generate static page Functions

CopyCode The Code is as follows: If SaveFile ("/htm/list.htm", "http://www.xxx.com/asp/list.asp") then Response. Write "generated" Else Response. Write "not generated" End if function SaveFile (localfilename, remotefileurl) dim ads, retrieval,

Shortcuts for calling database files in ASP development

Introduction This article focuses on ASP Program The most basic and critical part of the design is "database file calling", and some tips on database file calling in ASP programming are also described. ASP Introduction ASP (Active Server

Implement your own urldecode using ASP applications

That is: If there are spaces, replace % 20. If there are other characters, replace % ASCII. If there are four characters including Chinese characters, replace them with two % ASCII characters. However, sometimes we also need to decode the encoded

ASP intercepts strings in two original applications

1. Purely intercepting strings CopyCode The Code is as follows: function cutstr (thestr1, strlen) Dim L, T, C L = Len (thestr1) If l T = 0 For dxy1 = 1 to L C = ABS (ASC (mid (thestr1, dxy1, 1 ))) If C & gt; 255 then T = T + 2 Else T = t + 1 End if

Web-based event calendar using ASP and SQL

This article describes how to create a web-based calendar and how to create a web site for developers who are not familiar with Active Server Pages (ASP), SQL, and ADO, it also provides experienced developers with Web site scalability skills.

Write components using ASP

Open VB and create an ax DLL. The project name is STR and the class name is count. Enter the following Code: Copy codeThe Code is as follows: public function add (byval A as double, byval B as double, byval C as integer, byval D as integer) as

The order in which the request object obtains client data in ASP (easy to ignore)

In ASP, the request object is a very important object for obtaining data submitted by the client. You are also very familiar with it. Even so, some people often ask me what are the differences between the following methods and how to write them?

Using getrows in asp to implement code for database record Paging

Rem uses getrows in asp to implement code for database record paging. Dim iStart, iOffset IStart = Request ("Start ") IOffset = Request ("Offset ") If Not IsNumeric (iStart) or Len (iStart) = 0 thenIStart = 0ElseIStart = CInt (iStart)End if If Not

Objectization of ASP code

Many people think that ASP is a collection of HTML scripts and some code included in , and some JAVASCRIPT scripts and other code, this Code, coupled with comments of different formats, looks like a word: Messy. No matter whether others can

Specific Code implemented by the calendar algorithm in ASP

Copy codeThe Code is as follows: 'The following code is implemented using the calendar algorithm in ASP. 'Determine whether a year and month are specified first. If not, it is displayed based on the current year and month.If Request ("ReqDate") =

Asp database anti-download Processing

Copy codeThe Code is as follows: Db = "market. asp" 'Here is your database address. Set conn = server. createobject ("Adodb. Connection ") Connstr = "Provider = Microsoft. Jet. OLEDB.4.0; Data Source =" & Server. MapPath (db) Conn. open connstr

Asp code for implementing the refresh Prevention Function

Instructions for use 1. Add a reference to the AntiRefresh. asp file at the top of the page to be protected, for example: 2. Add the call code. Copy codeThe Code is as follows: Const VarNameDateArr = "www_domai_net_App_DataArr" 'queue name Const

Implementation of ASP Smart Search

It is very convenient to use ASP to implement search engine functions. However, how to implement Smart Search similar to 3721 What about suo? For example, if you enter "Chinese people" in the Search Condition box, the system automatically extracts

Improved ASP string processing performance

Most Active Server Pages (ASP) applications use string connections to Create HTML-formatted data that is presented to users. This article compares several methods for creating this HTML data stream. In specific cases, some methods are superior to

How ASP thieves use XMLHTTP to submit forms

[Original] How ASP thieves use XMLHTTP to submit forms and send cookies or sessions XMLHTTP is used to create thieves. Many people have already discussed and discussed the specific details behind the times. However, in the process of making ASP

How to add an md5 password in ASP.net

test SHA1 encryption (Press ENTER)

Total Pages: 1800 1 .... 1010 1011 1012 1013 1014 .... 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.