Access a file in the subdirectory (ColdFusion)
I have a problem with running scripts on my server but only when a file in the higher-level directory tries to access a file in the subdirectory. I tried the following very simple test: I made a testDB.htm file in the wsBuilderTool directory and made a testPage.htm in the wsBuilderTool/admin directory. The testDB.htm has an html form that should post to the admin/testPage.htm page. However, the result is http 405 error page cannot be displayed. This is similar to the problem that happens when the cold fusion page in the higher directory calls the page in the subdirectory. There appears to be something prohibiting access to the subdirectory. I am not observing this problem on my local machine - the code has been heavily tested with the same directorystructure. Does anyone have any ideas why this is happening?
I am running the MX Professional version 6.0 on Windows 2000 Server.