上传后出现下列有关问题,该怎么做?用的是国外免费服务器,是否是服务器权限有关问题

上传后出现下列问题,该如何做?用的是国外免费服务器,是否是服务器权限问题?ActiveServerPageserrorASP0131

上传后出现下列问题,该如何做?用的是国外免费服务器,是否是服务器权限问题?
Active   Server   Pages   error   'ASP   0131 '  

Disallowed   Parent   Path  

/joycool/Inc/Config.asp,   line   38  

The   Include   file   '../Sql.asp '   cannot   contain   '.. '   to   indicate   the   parent   directory.  


[解决办法]
禁止使用父路径,
不要用 <!--Include Vritaul= "/YourPath/ "-->
用 <!--Include file= "../YourPath "--> ,
[解决办法]
sorry,忘记加了#