drdisk
Posts: 13
|
| Posted: 01/14/2006, 8:40 AM |
|
I have an index.asp page and it test great on my local server. I have security set on it. Whenever I load the index.asp page on my localserver it brings up the Login.asp no problem. Whenever I try to load it to my webserver it gives me a page cannot be displayed error. If I load the login.asp page first and login then the index page will load but I have to Login first with the login page. Any help is much appreciated.
Thanks
|
 |
 |
peterr
Posts: 5971
|
| Posted: 01/14/2006, 2:17 PM |
|
"The page cannot be displayed" error is too generic and means "something doesn't work". Can you please provide more detail about specific problem or error described on that page.
Here are various examples of "The page cannot be displayed" error pages, each describing a different problem: http://dcmms.sourceforge.net/doc/user/en/figure/error_p...e_displayed.png http://www.codeproject.com/books/1861005040/image080.gif http://spyxkb.stbernard.com/webhelp/SessionState4.jpg
etc.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
drdisk
Posts: 13
|
| Posted: 01/15/2006, 5:56 AM |
|
Hi, You can click on this link to see the error
http://www.hostingking.net/needadumpster/index.asp
You can go here and I get no error if I login first.
http://www.hostingking.net/needadumpster/login.asp
username zach
password is password
I have it fixed so that it redirects to the index.asp page automatically
I Think the main error is at the end of the page cannot be displayed.
Cannot find server or DNS Error
Internet Explorer
Thanks
|
 |
 |
drdisk
Posts: 13
|
| Posted: 01/15/2006, 5:56 AM |
|
Hi, You can click on this link to see the error
http://www.hostingking.net/needadumpster/index.asp
You can go here and I get no error if I login first.
http://www.hostingking.net/needadumpster/login.asp
username zach
password is password
I have it fixed so that it redirects to the index.asp page automatically
I Think the main error is at the end of the page cannot be displayed.
Cannot find server or DNS Error
Internet Explorer
Thanks
|
 |
 |
Walter Kempees
|
| Posted: 01/15/2006, 8:06 AM |
|
How did you publish your application?, throug CCS?
It looks like some links are hardcoded or not published correctly http://192.168.1.10/needadumpster/Login.asp?ret_link=%2...&type=notLogged
It shouldn't read 192.1..... that's local.
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 01/15/2006, 9:15 AM |
|
Possibly you have specified an incorrect URL in CCS Project Settings -> Publishing -> Server URL ?
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
Benjamin Krajmalnik
|
| Posted: 01/15/2006, 10:43 AM |
|
http://192.168.1.10/needadumpster/Login.asp?ret_link=%2...&type=notLogged
Notice above.
Your "published" IP address is a non-routable address.
YOur index page is redirecting to a page which cannot be accessed from the
outside world.
You need t fix your publishing settings.
|
|
|
 |