Microsoft
Software
Hardware
Network
Question : include files not found
My host just moved my site to a new server and the paths to include files are no longer valid.
They look like this: <!-- #include file ="../Includes_ASP/Mystats.
asp" -->
This gives this error:
Disallowed Parent Path
/RoofInfo/Roof-Terminology
.asp, line 1
The Include file '../Includes_ASP/Mystats.a
sp' cannot contain '..' to indicate the parent directory.
I take the dots off and then get this error:
Active Server Pages error 'ASP 0130'
Invalid File attribute
/RoofInfo/Roof-Terminology
.asp, line 1
File attribute '/Includes_ASP/Mystats.asp
"' cannot start with forward slash or back slash.
I remove the forward slash and then get this error:
Include file not found
/RoofInfo/Roof-Terminology
.asp, line 1
The include file 'Includes_ASP/Mystats.asp"
' was not found.
What could be causing this problem ?
Answer : include files not found
okey, I found only editor jdeveloper able to do this for us
http://www.oracle.com/tech
nology/pro
ducts/jdev
/index.htm
l
Random Solutions
Auto start and mount RAID array Linux
Data adapter Insert/Update
checking login & pass with curl
Should Sys Admins (Domain Admins) also have user accounts?
How to access a folder on an SERVER when the domain server is offline ?
MSExchange ActiveSync Event ID 1040 Annoying?!
Compare Internet Explorer (IE6) Security Settings
Exchange 2010 & GroupWIse 7
Find Label in Datalist within Gridview
Include C++ header files in .Net Application