Re: Possible ASP - MYSQL connection problems???



I encountered a similar thing when my webhotel swapped servers. The
new servers couldnt interpret includes with relative paths -
<!--#include file=../catalo/file.asp"-->
so i had to swap them all for vrtual includes -
<!--#include virtual=/catalo/file.asp"-->

Helpful perhaps ??
Bob
On Fri, 8 Apr 2005 00:11:53 -0400, "Craig" <webmaster@xxxxxxxxxxxxxxx>
wrote:

>That idea has been rolling around in my head. I am actually in the process
>of getting rid of the include file and just putting the connection directly
>into each page. But some of the pages I have done this too were still
>causing the problem. I'll see what happens when I finish all the pages and
>eliminate the include file altogether.
>
>
>"Bullschmidt" <paul@xxxxxxxxxxxxxxxxxxxxxx> wrote in message
>news:epgOlo9OFHA.3444@xxxxxxxxxxxxxxxxxxxxxxx
>> <<
>> I recently have switched from using an Access Database to a MYSQL
>> database for an ASP page driven website I have developed. Every once in
>> awhile I am still getting a random blank white page with the message:
>> "The system cannot
>> find the path specified." I click the Refresh button a few times and it
>> goes away and the page loads as per normal. Does anyone know why this is
>> happening? I am not sure what other info I can supply that would help,
>> but please let me know and I will supply it for you.
>> >>
>>
>> Here's an idea that hopefully might help.
>>
>> If you have the connection string in an included page then perhaps
>> re-save your pages again and/or re-FTP upload the pages just to be sure
>> that an old server compilation of a page isn't being used.
>>
>> Best regards,
>> J. Paul Schmidt, Freelance ASP Web Developer
>> http://www.Bullschmidt.com
>> ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...
>>
>>
>> *** Sent via Developersdex http://www.developersdex.com ***
>

.