B
Bob Murdoch
I have a fairly complicated web site with multiple sub-folders running on
W2k server (IIS5?).
I would like to duplicate this to another web site on the same server for
testing. For instance, the current root web of the server is located at
F:\Web. The production site is F:\Web\MyApp. I want to create another site
at F:\Web\MyAppTest.
The only thing that prevents me from just copying everything from one to the
other is the links and includes of the pages, such as:
<!--#include virtual="/MyApp/Shared/Server/DbLibrary.asp" -->
<link REL="stylesheet" TYPE="text/css"
HREF="/MyApp/Shared/Style/Style.css">
I then need to go thru every source file, and change /MyApp to /MyAppTest.
Is there a way to accomplish this via IIS, or by changing the way I
reference the includes and link?
tia,
Bob M..
W2k server (IIS5?).
I would like to duplicate this to another web site on the same server for
testing. For instance, the current root web of the server is located at
F:\Web. The production site is F:\Web\MyApp. I want to create another site
at F:\Web\MyAppTest.
The only thing that prevents me from just copying everything from one to the
other is the links and includes of the pages, such as:
<!--#include virtual="/MyApp/Shared/Server/DbLibrary.asp" -->
<link REL="stylesheet" TYPE="text/css"
HREF="/MyApp/Shared/Style/Style.css">
I then need to go thru every source file, and change /MyApp to /MyAppTest.
Is there a way to accomplish this via IIS, or by changing the way I
reference the includes and link?
tia,
Bob M..