Floodster
Technical User
- Jan 28, 2005
- 204
HI,
I have a site set up in DWMX with the following settings;
Local Root=H:\Research\Projects\Website\
Remote Info
Access=Local/Network
Remote Folder=C:\Inetpub\Testing Server
Server Model=ASP/VBSCRIPT
Access=Local/Network
Testing Server Folder=C:\Inetpub\URL Prefix=
Now in my pages I have some include files which were orignally like this;
but I have since found that this isn't properly supported on live web servers & that using virtual paths is the correct way. So i changed it to;
My problem is that when running the pages on the test server it is looking for;
instead of;
Any ideas why this is happening & how I can fix it??
Thanks.
I have a site set up in DWMX with the following settings;
Local Root=H:\Research\Projects\Website\
Remote Info
Access=Local/Network
Remote Folder=C:\Inetpub\Testing Server
Server Model=ASP/VBSCRIPT
Access=Local/Network
Testing Server Folder=C:\Inetpub\URL Prefix=
Now in my pages I have some include files which were orignally like this;
Code:
<!--#include file="../includes/includes.asp"-->
Code:
<!--#include virtual="/includes/includes.asp"-->
My problem is that when running the pages on the test server it is looking for;
Code:
[URL unfurl="true"]http://localhost/includes/includes.asp[/URL]
Code:
[URL unfurl="true"]http://localhost/research/includes/includes.asp[/URL]
Any ideas why this is happening & how I can fix it??
Thanks.