Home

Submit

Source

Feeds

Home » ASP » Server Management ::

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.
Related Tutorials
ASP Miscellaneous
ActiveLogFile performance
ASP / Miscellaneous
you need some logging for your asp application. You want to log current time and some other values to the log file and you need to have daily logs.

Site: www.motobit.com Report - View Tutorial

ASP File Operations
Link & Display Text Files
ASP / File Operations
Linking and displaying text files within a single document is a snap in asp.All of the text files contain the title as the first line.The first line will be read and hyperlinked in the default view.When clicked the file name is passed to the same page as a querystring variable. Providing that the text document exists (this is to prevent errors from user typing in the address bar) the full contents of the document will be displayed.

Site: www.codeave.com Report - View Tutorial

ASP Cookies and Sessions
ASP Session Transfer across domains
ASP / Cookies and Sessions
You may have come across a situation where you have two ASP websites, possibly on different servers, and you wish to pass a visitor from site 1 to site 2 whilst retaining all the session variables.XSess passes the entire session from one ASP webserver to another securely.

Site: www.tele-pro.co.uk Report - View Tutorial

ASP Database Integration
ASP/VBS, ADO and DBF file database connection.
ASP / Database Integration
We can use several providers to open DBF files usind ADODB. Basic way is to use ODBC data source (DSN or DSNless), there is several samples published on web. But how to open DBF files without ODBC? There are two other OLEDB providers, using which you can work with DBF files.

Site: www.motobit.com Report - View Tutorial

ASP Miscellaneous
Prevent viewing of javascript and stylesheets
ASP / Miscellaneous
Prevent unauthorized viewing of website javascript and style sheet files. Simply rename all your style and javascript files to the .asp extension. Then include the validate_view.asp file at the top of each file. Open the validate_view.asp file and change the top the constants to those required. Then finally call the procedure name "validate_view" with the current files content type as the parameter.

Site: www.planetsourcecode.com Report - View Tutorial

ASP File Operations
ASP Form Input to HTML
ASP / File Operations
ASP has the ability to write .html or any other text based documents directly to a web server (You need to write the text output to a directory that has write authority). This enables the instantaneous publication of user input without the need for uploading files from a PC.

Site: www.codeave.com Report - View Tutorial

ASP Database Integration
Inserting Rows into a Database
ASP / Database Integration
This tutorial will show you how to insert a row of data into a database using ASP and an MS Access database. You can do it on one ASP file, but we'll have two files: one processor page (proc.asp), and one form page (form.asp). Then, we'll make the MS Access database that corresponds to the ASP.

Site: www.webdesign.org Report - View Tutorial

ASP Scripts
Builing an Event Calendar
ASP / Scripts
How to create a shared calendar into which users can log and read events using ASP.

Site: www.intranetjournal.com Report - View Tutorial

ASP Images
ASP image resize and jpg/gif/png convert
ASP / Images
Short sample to resize and convert jpeg, gif and png image files from an ASP page and create on-the-fly Thumbnails using Chart object from Office web components.

Site: www.motobit.com Report - View Tutorial

ASP File Operations
Open, Read and Create Files with ASP
ASP / File Operations
This tutorial explains opening, reading and creating files using example codes.

Site: www.asptutorial.info Report - View Tutorial

ASP File Operations
Listing All Files in A Folder
ASP / File Operations
You may use this small asp script to display all files in a folder. First we are creating a copy of File System Object. The following example illustrates how to display the files in same folder.

Site: www.dotnetindex.com Report - View Tutorial

ASP Getting Started
ASP For Beginners
ASP / Getting Started
What is ASP? ASP stands for Active Server Pages. Actually, ASP in itself isn't a language, instead it is more of a technology used by VBScript on the server side to display dynamic content on the web pages.

Site: www.itechcollege.com Report - View Tutorial

ASP Scripts
A Simple Quiz Script
ASP / Scripts
ASP is a very simple language if you know its syntax (in that way, it is much like every other programming language, albeit in ASP's case a bit more forgiving than some others). This tutorial describes the construction of a very simple ASP quiz script, which works with just two files: quiz.asp and data.asp.

Site: biorust.com Report - View Tutorial

ASP Getting Started
My First ASP Script
ASP / Getting Started
This tutorial will just display some text in a web browser, It will introduce you to the basic tags and actions of ASP.

Site: www.chauy.com Report - View Tutorial

ASP File Operations
File Access Tutorial
ASP / File Operations
The File Access Component of ASP allows you to manipulate files on your server using ASP code.

Site: authors.aspalliance.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement