|
|
| Server [+] Favor-It | |
| |
 |
| | Sort By:
|
Each file on a Web server has two ways of being accessed - through a virtual path and through a physical path. This tutorial describes what, exactly, Server.MapPath does, and how it can be used to translate a virtual path into a physical path.
Author: 4GuysFromRolla Code: ASP 2.0 & VBScript |
What's the difference between CreateObject and Server.CreateObject? They seem like they should be interchangable, but using the wrong one can cause your ASP application to fall flat on it's face.
Author: asp101.com Code: ASP 3.0 & VBScript |
Server Object
ScriptTimeout: The amount of time that a script can run before it times out. CreateObject: Creates an instance of a server component.
Author: asp101.com Code: ASP 3.0 & VBScript |
|  | |
The user offers up many environment variables without even knowing it. You can learn a LOT about these variables such as a Users IP Address or Browser by running this script. Author: ASPFaq Code: ASP 2.0 & VBScript |
This application is scheduled in the task manager on the server (or any machine on the network) and runs every 10 mins or so. Author: Chris Temple Code: ASP 2.0 & VBScript |
This is example of using Windows Api in Asp, by creating Custom component in Visual basic 6. There are VbComponent.vbp - Visual Basic ActiveX Dll project where component is created, Project1.vbp Author: Kermeci Nenad Code: ASP 3.0 & VBScript |
Here are examples on how to use Server.MapPath. Server.MappPath takes a path as a parameter and returns the exact physical location of that file on the hard drive. Author: Michael Wall Code: ASP 3.0 & VBScript |
|  | |
When you need to connect to a database or a file from your webpage you’ll need to know the exact file path to that particular datasource. Server.Mappath takes a path as a parameter and returns the exact physical location of that file on the hard drive. Author: codefixer Code: ASP 3.0 & VBScript |
A demonstration of Server Object's ASPHttp component which allows the retrieval of a web page inside ASP code. This example pulls a list of links from a remote server. Author: Michael Allen Smith Code: ASP 3.0 & VBScript |
Icon Key >
 - Recently Updated
 - Showcase Listing
|