Hi,
Currently, I'm developing a site, and have it setup on an alternate port within my company's intranet (IIS 6). They want the customer to access it externally, but don't want to open any other firewall ports. We only have 1 IP address, so I can't set the site up on another IP (and don't have a domain name, so I can't use the host header), so I created a virtually directory on the "default web site" (which is available externally since port 80 is open). The problem I'm having with this is that my include files (which are set as virtual), are trying to look in the default websites root folder (as the starting point).
My include files are setup like this:
<!--#include virtual="/includes/asp/nocache.asp"-->
<!--#include virtual="/includes/asp/config.asp"-->
Is there any work around for making this work with a virtual directory?
Thanks for any suggestions
Currently, I'm developing a site, and have it setup on an alternate port within my company's intranet (IIS 6). They want the customer to access it externally, but don't want to open any other firewall ports. We only have 1 IP address, so I can't set the site up on another IP (and don't have a domain name, so I can't use the host header), so I created a virtually directory on the "default web site" (which is available externally since port 80 is open). The problem I'm having with this is that my include files (which are set as virtual), are trying to look in the default websites root folder (as the starting point).
My include files are setup like this:
<!--#include virtual="/includes/asp/nocache.asp"-->
<!--#include virtual="/includes/asp/config.asp"-->
Is there any work around for making this work with a virtual directory?
Thanks for any suggestions