dongledell
Technical User
Hi, I'm having severe difficulties with my ISP - who are being as helpful as a chocolate tea-pot.
After much discussions all the ISP would say is "we got it to work by changing you code - your code is wrong" but they wont tell me what they changed - how helpful!
So - the setup.
In a folder called "asptest" on the server are 3 folders -1. "data" which contains the access database "data.mdb".
2. "connections" which contains an asp page "pcconn.asp" which is just a server.mappath function to create a DSN-less connection
3. "pages" which contains the asp page "test.asp"
On the page "test.asp" is a <!--include file: ... --> that points to the "pcconn.asp" to get the connection to the "data.mdb", and then a simple request for some data from there to show it's working.
OK - this all works on my localhost as stated.
The ISP has told me that the problem is that they have parental pathing disabled for security reasons, so my connection in the "pcconn.asp" that had server.mappath("../data/data.mdb" and in the "test.asp" in the <!--include file:...."../connections/pconn.asp" wont work...
as I say, they have found a way around it but wont tell me!!
ANY IDEAS PLEEEAAAASSEEE I'm going mad!!!!!!!
After much discussions all the ISP would say is "we got it to work by changing you code - your code is wrong" but they wont tell me what they changed - how helpful!
So - the setup.
In a folder called "asptest" on the server are 3 folders -1. "data" which contains the access database "data.mdb".
2. "connections" which contains an asp page "pcconn.asp" which is just a server.mappath function to create a DSN-less connection
3. "pages" which contains the asp page "test.asp"
On the page "test.asp" is a <!--include file: ... --> that points to the "pcconn.asp" to get the connection to the "data.mdb", and then a simple request for some data from there to show it's working.
OK - this all works on my localhost as stated.
The ISP has told me that the problem is that they have parental pathing disabled for security reasons, so my connection in the "pcconn.asp" that had server.mappath("../data/data.mdb" and in the "test.asp" in the <!--include file:...."../connections/pconn.asp" wont work...
as I say, they have found a way around it but wont tell me!!
ANY IDEAS PLEEEAAAASSEEE I'm going mad!!!!!!!