Home

Submit

Source

Feeds

Home » ASP » Scripts ::

ASP Scripts
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.
Related Tutorials
ASP Server Management
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.

Site: www.toxiclab.org Report - View Tutorial

ASP General Development
ASP : Server Side Includes
ASP / General Development
It doesn't matter if you are a HTML pro moving on to XHTML or a complete beginner to writing pages for the internet. The uses of SSI are many fold and work wonders for dynamic or static pages. For the purposes of this tutorial I will be dealing with static pages only.

Site: www.webdesign.org Report - View Tutorial

ASP Cookies and Sessions
Active Server Pages: Cookies
ASP / Cookies and Sessions
Cookies method is very similar to Session method: the basic difference is that with Cookies method the information is save in the clients computer and not in the server, so it is more suitable for sites with a lot of visitors. This method implies sending information to the client and requesting it whenever the information is needed. Additionally, we will learn how to delete the information save in the clients computer when it is not necessary anymore.

Site: www.asptutorial.info Report - View Tutorial

ASP Excel and ASP
Create Excel on the Server
ASP / Excel and ASP
Active Server Pages allow for the easy ability to create dynamic views of your data on a web server, but you can also create word and excel documents on the server. This can be particularly useful if you wish to distribute your information on CD or in document form.The following example will utilize our state info db. After reading the contents of the db instead of writing output to the browser html text is written to the server with the .xls file extension.

Site: www.codeave.com Report - View Tutorial

ASP Server Management
Installing Personal Web Server
ASP / Server Management
This article gives step-by-step instructions (literally) on how to install and configure Microsoft's Personal Web Server on Windows 98.

Site: coveryourasp.com Report - View Tutorial

ASP File Operations
Understanding File Upload
ASP / File Operations
Building an upload file mechanism on a Web server can often require using a costly DLL. Tiago Halm's article shows you how to upload a file using only Active Server Page (ASP) code and Internet Explorer.

Site: www.15seconds.com Report - View Tutorial

ASP Cookies and Sessions
Sessions
ASP / Cookies and Sessions
This chapter describes: * How ASP server uses cookies to pass an ID with the browser to link multiple HTTP requests together. * How ASP server offers the session object to ASP pages to share information between multiple requests or pages. * Different ways to pass information between requests or pages. * How Perl tools can be used to help debug ASP applications at the HTTP communication level.

Site: www.herongyang.com Report - View Tutorial

ASP Server Management
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.

Site: www.stardeveloper.com Report - View Tutorial

ASP File Operations
Access To HTML
ASP / File Operations
Active Server Pages allow for the easy ability to create dynamic views of your data on a web server, but did you know that you can dynamically create "static" html documents. This can be particularly useful if you wish to distribute your information on CD or diskette without requiring the user to have personal web server or access installed locally.

Site: www.codeave.com Report - View Tutorial

ASP Cookies and Sessions
Sesion and Application
ASP / Cookies and Sessions
In this page we will learn how to keep information from the user in our server (Session method) and how to share information between users (Application method). This is only a basic tutorial for beginners, so only basic features will be described.

Site: www.asptutorial.info Report - View Tutorial

ASP General Development
ASP Request Object
ASP / General Development
The Request object retrieves the values that the client browser passed to the server during an HTTP request. It is used to get information from the user. Using this object, you can dynamically create web pages and perform various server-side actions based on input from the user.

Site: www.webcheatsheet.com Report - View Tutorial

ASP General Development
Server Object
ASP / General Development
The Server object provides access to properties and methods on the server. Much of functionality it provides is simply functionality the web server itself uses in the normal processing of client requests and server responses.

Site: www.webcheatsheet.com Report - View Tutorial

ASP Site Navigation and Searching
Implementing a Search Engine in ASP
ASP / Site Navigation and Searching
As a web site grows, finding content on the site becomes increasingly difficult. To combat the difficulty of finding relevant information on a large site, many developers turn to writing a search engine for their site. This article discusses how to implement such a system using Active Server Pages and SQL Server.

Site: www.intranetjournal.com Report - View Tutorial

ASP Getting Started
Active Server Pages tutorial for beginners
ASP / Getting Started
This tutorial will show you Active Server Pages. Main topics include: What are Active Server Pages?, Displaying Date, Time, and Text, Using Variables, and Forms, and Active Server Pages Server-Side Scripting Programmer's Reference. It also includes several useful scripts.

Site: www.asptutorial.info Report - View Tutorial

ASP Site Navigation and Searching
Searhing Using Index Server
ASP / Site Navigation and Searching
You can create a simple search engine to use in your site getting power of you index server. You can directly upload script to your server and run it.

Site: www.dotnetindex.com Report - View Tutorial

 
Site Search

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