|
|
|
|
|
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. |
|
|
|
|
|
|
|
|
|
|
|
|
This code provides to connect Microsoft Access Database with ASP codes. You can connect access database without ODBC connection and list query results. |
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
File upload operation is very difficult by using ASP codes. In this situation a file upload code sample is shown below. |
|
|
|
|
|
|
|
|
|
|
|
|
The CreateFolder method creates a new forder to the given path. |
|
|
|
|
|
|
|
|
|
|
|
|
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. |
|
|
|
|
|
|
|
|
|
|
|
|
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. |
|
|
|
|
|
|
|
|
|
|
|
|
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 |
|
|
|
|
|
|
|
|
|
|
|
|
The MapPath method maps the specified relative or virtual path to the corresponding physical directory on the server |
|
|
|
|
|
|
|
|
|
|
|
|
The CreateFolder method creates a new forder to the given path. If there is a folder before, this code controls it and gives message.. |
|
|
|
|
|
|
|
|