stranger123
Programmer
Hi,
For example, I have put index.asp and all my files in that is in
D:\Inetpub\Now, I am thinking to create a new folder
D:\Inetpub\and cut-paste index.asp and all my files into the new folder. In the old folder, I am going to create some shadow files with the same names pointing to corresponding files in the new folder. For example, in the old folder, I will have index.asp with only one line
<!--#include file="<%=server.MapPath("..\Secrete\" & Request.servervariables("SCRIPT_NAME"))%>"-->
In this way, the users still come into the older folder but all and real files in the new folder.
Do you think the idea is OK? Is there anything wrong? Any suggestion?
Thank you in advance.
For example, I have put index.asp and all my files in that is in
D:\Inetpub\Now, I am thinking to create a new folder
D:\Inetpub\and cut-paste index.asp and all my files into the new folder. In the old folder, I am going to create some shadow files with the same names pointing to corresponding files in the new folder. For example, in the old folder, I will have index.asp with only one line
<!--#include file="<%=server.MapPath("..\Secrete\" & Request.servervariables("SCRIPT_NAME"))%>"-->
In this way, the users still come into the older folder but all and real files in the new folder.
Do you think the idea is OK? Is there anything wrong? Any suggestion?
Thank you in advance.