Installing Internet Information Server (Win XP Pro) ASP / Server Management
If you possess Windows XP Professional on your computer, it is possible to install Microsoft web server, Internet information Server 5.1 (IIS) free from Windows XP Pro installation CD and configure it to be started on your system following next instructions.
Microsoft Script Debugger ASP / Server Management
MS Script Debugger can be used to debug both client side and server side scripts. Here is how to set up your system to debug server side VBScript pages.
How to setup Virtual Includes on IIS 5.x ASP / Server Management
So you have just installed IIS and the includes are not working and you do not know what a Virtual Directory is! Hmmmm! This tutorial will help you set up virtual includes on IIS 5.x.
View Your Web Servers Log Files With ASP ASP / Server Management
In this article I'm going to describe a simple way to create an ASP page that will allow us to view our web servers log files. We will be able to choose which log file to view, the format of the log file, and the number of individual log entries to display.
Things to Do With IIS ASP / Server Management
A senior IIS admin shares his experience and describes top 10 things to do to improve IIS, which are "Customize Your Error Pages", "Dive into the MetaBase", "Add spell checking to your URLs", "Rewrite your URLs", "Add browser detection", "Gzip site content", "Cache your content", "Tune your server", "Secure your server with simple fixes" and "Patch, patch, patch!".
Mask Your Web Server for Enhanced Security ASP / Server Management
Masking or anonymizing a Web server involves removing identifying details that intruders could use to detect your OS and Web server vendor and version. This information, while providing little or no utility to legitimate users, is often the starting place for crackers, blackhat hackers and "script kiddies". This article explores some ways you can minimize the risk of such detection.
Restarting PWS ASP / Server Management
Did your PWS freeze up your machine just because you forgot an RS.MoveNext? Learn to restart your PWS without restarting your machine! .
How to display your code ASP / Miscellaneous
How do you put ASP code in an ASP page and just display it? How do you tell the server you just want to display the code and not execute it?.
A Custom ASP Error Class with Pop-up Dialog Box ASP / Debugging and Error Handling
The error class, CError, allows you to display a custom dialog box with the option to have a detailed message, a general message, and log the error in a file for later reference. It also uses some JavaScript and DHTML to allow the user to drag the dialog box around.
File Object ASP / File Operations
The File object represents a specified file on the local machine or on a network share. To work with the File object's properties and methods, you need to create an instance of the FileSystemObject object first and then instantiate the File object through the GetFile method. Also you can get a File object reference from the Folder object, by using the Files Collection.