yakli
|
| Posted: 12/28/2002, 2:45 AM |
|
On my paid server CCS bookstore example which is in ASP 3.0 format works well. But if I upload it in ASP 3.0 with Templates format. There is no error, no page and nothing.
How can I run ASP 3.0 with Templates format on my paid-restricted-domain?
|
|
|
 |
Steven
|
| Posted: 12/28/2002, 4:06 AM |
|
looks to me like you have a problem similar to one i suffer with my host
the .html looks like its being served befor the .asp
because you have a default.html and a default.asp in the same directory, if the html gets serverd first then you can have a situation where you get nothing
i had to rename the default.html to another name defaultpage.html and edit the asp file to match this rename
this meant that the default.asp was served first, and my site worked ok, I didnt have access to the webserver config to change the order the page extensions where served so this was my only option to fix the problem.
since you say the .asp published files work, but the template version doesn't, i would think you have a similar problem?
hope this helps
Steven Dowd
|
|
|
 |
|