Possible ASP - MYSQL connection problems???
Possible ASP - MYSQL connection problems???
am 07.04.2005 19:25:09 von Craig
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.
Thanks
Craig
Re: Possible ASP - MYSQL connection problems???
am 08.04.2005 03:27:34 von Bullschmidt
<<
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 ***
Re: Possible ASP - MYSQL connection problems???
am 08.04.2005 06:11:53 von Craig
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" wrote in message
news:epgOlo9OFHA.3444@tk2msftngp13.phx.gbl...
> <<
> 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 ***
Re: Possible ASP - MYSQL connection problems???
am 08.04.2005 10:43:07 von Bob The ASP Builder
I encountered a similar thing when my webhotel swapped servers. The
new servers couldnt interpret includes with relative paths -
so i had to swap them all for vrtual includes -
Helpful perhaps ??
Bob
On Fri, 8 Apr 2005 00:11:53 -0400, "Craig"
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" wrote in message
>news:epgOlo9OFHA.3444@tk2msftngp13.phx.gbl...
>> <<
>> 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 ***
>
Re: Possible ASP - MYSQL connection problems???
am 09.04.2005 06:41:41 von Craig
Thanks for the tip Bob
I have sent this issue to my web host, but so far they are still looking
into it for me...to see if something on their end is causing this problem.
"Bob The ASP Builder" wrote in message
news:rggc515p91tjbq715hetrla6bvufr6ligs@4ax.com...
> I encountered a similar thing when my webhotel swapped servers. The
> new servers couldnt interpret includes with relative paths -
>
> so i had to swap them all for vrtual includes -
>
>
> Helpful perhaps ??
> Bob
> On Fri, 8 Apr 2005 00:11:53 -0400, "Craig"
> 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" wrote in message
> >news:epgOlo9OFHA.3444@tk2msftngp13.phx.gbl...
> >> <<
> >> 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 ***
> >
>
Re: Possible ASP - MYSQL connection problems???
am 11.04.2005 16:17:26 von Craig
I have removed the includes from most of the pages, and changed to virutal
includes on the others, but the error is still happening. Of course my
webhost cannot duplicate this issue at this time. Any other thoughts,
anyone?
"Bob The ASP Builder" wrote in message
news:rggc515p91tjbq715hetrla6bvufr6ligs@4ax.com...
> I encountered a similar thing when my webhotel swapped servers. The
> new servers couldnt interpret includes with relative paths -
>
> so i had to swap them all for vrtual includes -
>
>
> Helpful perhaps ??
> Bob
> On Fri, 8 Apr 2005 00:11:53 -0400, "Craig"
> 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" wrote in message
> >news:epgOlo9OFHA.3444@tk2msftngp13.phx.gbl...
> >> <<
> >> 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 ***
> >
>