HOME ASP PHP JAVASCRIPT C# Add Code   Turkish
 
     
  ASP Code Samples
PHP Code Samples
JavaScript Code Samples
C# Code Samples

ASP Code Samples

ASP Controlling and Blocking IP Address

This codes provides you to control or block user?s IP addresses. We use Request.ServerVariables("REMOTE_ADDR") method to control user?s IP address.
 

 

ASP Connecting Access (mdb) database and listing records

This code provides to connect Microsoft Access Database with ASP codes. You can connect access database without ODBC connection and list query results.
 

 

ASP File copy in ASP

The CopyFile method copies a file or files from one location to another. When dealing with these methods, permissions are an important issue. The IUSR_machinename user ID must have write permissions to copy a file from one directory to another.
 

 

ASP File Upload

File upload operation is very difficult by using ASP codes. In this situation a file upload code sample is shown below.
 

 

ASP Creating a new folder

The CreateFolder method creates a new forder to the given path.
 

 

ASP Creating MsAccess Table

This code provides you to create new table in your MsAccess Database by using SQL Commands. If you have an authentication problem to create table, you will add permission to IIS User to write MsAccess database.
 

 

ASP CopyFolder Method

The CopyFolder method copies one or more folders from one location to another. When dealing with these methods, permissions are an important issue. The IUSR_machinename user ID must have write permissions.
 

 

ASP Session Object

You can use the Session object to store information needed for a particular user-session. Variables stored in the Session object are not discarded when the user jumps between pages in the application; instead, these variables persist for the entire user-s
 

 

ASP Server.MapPath() Method

The MapPath method maps the specified relative or virtual path to the corresponding physical directory on the server
 

 

ASP Creating a new folder 2

The CreateFolder method creates a new forder to the given path. If there is a folder before, this code controls it and gives message..
 

 

 
  email : info@kodornekleri.com