
elmadno
Posts: 3
|
| Posted: 04/11/2006, 2:41 AM |
|
Hello,
I have an ASP proyect, which is a hosting server with Win 2k3 server and SQL Server database. When I try load an asp page from another directory ( http://www.miweb.com/subdirectory/page.asp )
explorer giveme this error:
"
ADODB.Stream error '800a0bba'
File could not be opened.
\\[directories-web]\..\Cache.asp, line 232
"
In line 232 this: Strm.LoadFromFile FilePath
However, I try it in my Win XP for probe in local and I haven't got any problem...
Any idea?
|
 |
 |
elmadno
Posts: 3
|
| Posted: 04/11/2006, 11:52 PM |
|
Anybody knows why happend? please
|
 |
 |
kevind
Posts: 251
|
| Posted: 07/24/2006, 7:58 PM |
|
I've just developed this error in my own project. It runs fine on localhost on XP Pro Tablet - but when I put it up to the remote host it gives that exact same error.
Seems if I remove an include from the top of the page it starts working - but that's a pain...
what was your outcome ? did you solve it ? I'd like my project to work in both places..
thanks,
kd
_________________
thanks
Kevin
======================
CCS 3.2.x / ASP / MS Access /mySQL / PHP / jQuery / jQuery UI / jQuery Mobile
|
 |
 |
kevind
Posts: 251
|
| Posted: 07/24/2006, 8:02 PM |
|
Quote kevind:
I've just developed this error in my own project. It runs fine on localhost on XP Pro Tablet - but when I put it up to the remote host it gives that exact same error.
Seems if I remove an include from the top of the page it starts working - but that's a pain...
what was your outcome ? did you solve it ? I'd like my project to work in both places..
thanks,
kd
Never mind - fixed it - the included page had to have the setting
Convert URL to set to Absolute
_________________
thanks
Kevin
======================
CCS 3.2.x / ASP / MS Access /mySQL / PHP / jQuery / jQuery UI / jQuery Mobile
|
 |
 |
kevind
Posts: 251
|
| Posted: 09/28/2006, 11:47 AM |
|
Quote kevind:
Quote kevind:
I've just developed this error in my own project. It runs fine on localhost on XP Pro Tablet - but when I put it up to the remote host it gives that exact same error.
Seems if I remove an include from the top of the page it starts working - but that's a pain...
what was your outcome ? did you solve it ? I'd like my project to work in both places..
thanks,
kd
Never mind - fixed it - the included page had to have the setting
Convert URL to set to Absolute
SCRATCH THAT !!
The problem is back on another new project - I've even created a NEW project without security and very basic settings.
Seems when I try to publish to the remote SSL host I get issues, but locally it doesn't give me grief. I have a subfolder with a page that calls (includes) the 'header' page in the root of the web app (heck, CCS 2.x puts the header include in automatically) but, it doesn't work - it's not happy doing the relative reference it seems.
If I put the page to be included into the same folder, it's happy.
Anyone got an answer here?
Thanks,
KD
_________________
thanks
Kevin
======================
CCS 3.2.x / ASP / MS Access /mySQL / PHP / jQuery / jQuery UI / jQuery Mobile
|
 |
 |
Oper
Posts: 1195
|
| Posted: 09/30/2006, 7:12 AM |
|
Could you check that the file Cache.asp
Also underline 231 add this:
Response.write ">>>" & FilePath & "<<<<"
Response.end
and check what is displayed.
IMPORTANT: Do no change the Cache.asp in your Project, just change the file aleady generated to check value.
After that Test.
Another Under Project / Setting / Caching (disable just to test)
www.GlobalDevelop.com
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
kevind
Posts: 251
|
| Posted: 10/03/2006, 7:08 PM |
|
The answer is so simple, it's stupid.
I spend many hours comparing a working project hosted by same ASP Hosting Service to the new broken on, what a waste of time.
Anyone with this issue should ensure that ANY includable page called from a lower level page ( like Header.asp in the root a project ) should have the Encoding value in page properties set to (NONE) .
That is the answer to this question, 100% reproducible. Seems to not be an issue when testing locally.
Thanks all.
KD
_________________
thanks
Kevin
======================
CCS 3.2.x / ASP / MS Access /mySQL / PHP / jQuery / jQuery UI / jQuery Mobile
|
 |
 |
FernandoJoe1522
|
| Posted: 10/09/2006, 8:11 AM |
|
Where do I set the "Encoding value"?
|
|
|
 |
|

|
|
|
|