Chris__T
Posts: 339
|
| Posted: 05/03/2006, 11:15 AM |
|
I know this has been dealt with before, but I couldn't find the topic.
I was editing a page. I published it. Everything seemed ok. I went to view the page on IE, and it comes up blank. Viewing the .asp page comes up blank. Viewing the .html page comes up fine, but the html file is useless (need asp page to enter data. What the heck is going on? I tried to delete the .asp and .html pages and republish, but it didn't work.
|
 |
 |
WKempees
|
| Posted: 05/03/2006, 11:52 AM |
|
..asp and .html both in the same directory?
Probably:
Your wesbserver is set to default show .html
so if you try to: www.host.tld/index start your index.asp it will start
index.html
try fully qualified index.asp and see if that works
if not, then your asp is not being processed, someone else might know the
solution, accessrights?
please first check if the .asp arrived in the target web directory, and see
if it contains any valid sourcecoding
"Chris__T" <Chris__T@forum.codecharge> schreef in bericht
news:64458f34552165@news.codecharge.com...
>I know this has been dealt with before, but I couldn't find the topic.
>
> I was editing a page. I published it. Everything seemed ok. I went to
> view
> the page on IE, and it comes up blank. Viewing the .asp page comes up
> blank.
> Viewing the .html page comes up fine, but the html file is useless (need
> asp
> page to enter data. What the heck is going on? I tried to delete the
> .asp and
> html pages and republish, but it didn't work.
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
Chris_T
|
| Posted: 05/04/2006, 9:47 AM |
|
the file went to the web directory, and valid sourcecode was there. I even deleted the .asp and .html files and republished. Just a blank page when tried to reload it.
I didn't have a problem until I edited the page and wanted to view my changes. But i didn't think it was a major edit. This morning I even redid the page from scratch, and it still shows up blank.
|
|
|
 |
Chris_T
|
| Posted: 05/05/2006, 11:12 AM |
|
I fixed it. I just deleted the page from the project dir (I made a backup someplace else). Then i published the project without the file. Then I brought the back up into the project, saved and published, and it worked, minues some custom code. Weird.
|
|
|
 |
Chris_T
|
| Posted: 05/05/2006, 11:13 AM |
|
minues = minus
|
|
|
 |
|