我的域名寄存在 IIS 可開放或啓動父路徑嗎?
除了獨立伺服器服務外,我們所有共用伺服器都不啓動父路徑。
如你的程式內有 #include 及 "..", 請更改程式
例如: [ " • " 代表資料夾 及 "~" 代表 asp 檔案]:-
"public_html" 資料夾
• Connection 資料夾
• Industry 資料夾
• Commerical 資料夾
~ conn.asp 檔案
• Product 資料夾
~ industry_list.asp 檔案
~ commercial_list.asp 檔案
~ header.asp 檔案
如 commercial_list.asp 要包含 "conn.asp" and "header.asp",
如你的程式內有 #include 及 "..", 請更改程式
例如: [ " • " 代表資料夾 及 "~" 代表 asp 檔案]:-
"public_html" 資料夾
• Connection 資料夾
• Industry 資料夾
• Commerical 資料夾
~ conn.asp 檔案
• Product 資料夾
~ industry_list.asp 檔案
~ commercial_list.asp 檔案
~ header.asp 檔案
如 commercial_list.asp 要包含 "conn.asp" and "header.asp",
你的程式要寫成
注意:
1. 在任何任情況下,我們都會在共用的伺服器上 啓用這安全保障。
2. 如果你以前的伺服器是容許 “父路徑”的,恭喜你,你終於離開具有安全漏洞的ISP。
3. 更多相關資料可參考微軟官方網址。
http://support.microsoft.com/kb/226474
http://support.microsoft.com/kb/184717
1. 在任何任情況下,我們都會在共用的伺服器上 啓用這安全保障。
2. 如果你以前的伺服器是容許 “父路徑”的,恭喜你,你終於離開具有安全漏洞的ISP。
3. 更多相關資料可參考微軟官方網址。
http://support.microsoft.com/kb/226474
http://support.microsoft.com/kb/184717