Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP 3 Classic ASP Active Server Pages 3.0 > Classic ASP Basics
|
Classic ASP Basics For beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 19th, 2006, 12:02 PM
Friend of Wrox
 
Join Date: Jan 2005
Posts: 1,525
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to crmpicco Send a message via AIM to crmpicco Send a message via MSN to crmpicco Send a message via Yahoo to crmpicco
Default difference between include file & include virtual

What are the differences between include file & include virtual?

Code:

But does this code below make the page load slower? Why use file instead of virtual?
Code:

Thanks.

Picco

www.crmpicco.co.uk
__________________
_______________________
Ayrshire Minis - a Mini E-Community
http://www.ayrshireminis.com
http://www.crmpicco.co.uk
 
Old January 19th, 2006, 07:42 PM
Friend of Wrox
 
Join Date: Jan 2004
Posts: 1,870
Thanks: 12
Thanked 20 Times in 20 Posts
Send a message via AIM to mat41
Default

http://www.haneng.com/Lessons_6.asp

"When you use the key word VIRTUAL you say to ASP that the file you want to include is located in the root dir of your web server, if you use the FILE key word you tell ASP that the file to include is located in the same directory as the ASP file you have the include statement in. "

Wind is your friend
Matt
 
Old January 23rd, 2006, 11:50 AM
Friend of Wrox
 
Join Date: Jan 2005
Posts: 1,525
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to crmpicco Send a message via AIM to crmpicco Send a message via MSN to crmpicco Send a message via Yahoo to crmpicco
Default

yeah, thanks matt. i was meaning more about the processing of virtual - vs - file?

www.crmpicco.co.uk





Similar Threads
Thread Thread Starter Forum Replies Last Post
using a #include virtual="file" is slow loading jtrifts Classic ASP Basics 5 April 3rd, 2008 07:12 AM
Include & Output (possibly) Help MargateFan XSLT 2 June 14th, 2006 05:28 AM
xsl:include within include chuck123ie XSLT 1 January 5th, 2006 11:07 AM
Problem with #Include Virtual vinod_pawar1 ASP.NET 1.0 and 1.1 Professional 1 December 22nd, 2005 12:59 PM
Virtual Include PHP file in HTML aingalsbe PHP How-To 0 May 3rd, 2004 10:37 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.