Hits Today: 1 Total: 9826 | Updated: 3/16/2000 | |
 | 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 |
Hits Today: 1 Total: 2937 | Updated: 6/23/2003 | |
 | 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 |
Hits Today: 2 Total: 2240 | Updated: 4/12/2004 | |
 | 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 | |  | |
Hits Today: 1 Total: 5416 | Updated: 8/7/2000 | |
 | 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 |
Hits Today: 1 Total: 2192 | Updated: 3/19/2001 | |
 | 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 |
Hits Today: 1 Total: 2749 | Updated: 7/24/2001 | |
 | 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 |
Hits Today: 1 Total: 1882 | Updated: 8/11/2005 | |
 | 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 | |  | |
Hits Today: 1 Total: 96 | Updated: 2/8/2008 | |
 | 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 |
Hits Today: 1 Total: 2062 | Updated: 12/19/2001 | |
 | 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 |
|