Livinus
Posts: 48
|
| Posted: 04/22/2009, 4:49 PM |
|
Dear all,
I have a web application that has some restricted pages(data entry and update pages). These pages works fine locally but when updated to my ISP's host server, all the restricted pages dont work well again. If i change the restriction property to no the pages work well
A close look at the url displayed on the address bar when i click the login button after entering username and password shows something like this : "http://www.mydomain.com/forum/www.mydomain.com//login.asp?ret_link=%2Fforum%2Fdefault%2Easp&type=notLogged"
On close examination it looks as if the server path to the website is repeated which results in page not found error. Has any one encountered and resolved this problem. I would appreciate any idea that will lead to the solution of this problem
I use CSS4.1 ASP VBScript
Regards.
Livinus
|
 |
 |
materix
Posts: 161
|
| Posted: 04/25/2009, 4:05 AM |
|
It could be an issue with settings session-variables which are used for authentication.
|
 |
 |
Livinus
Posts: 48
|
| Posted: 04/27/2009, 12:44 AM |
|
Hi all,
I wont be able to say exactly what caused the problem however I was able to resolve it by generating a new login page.So the problem would have been with my login page but I wont be able to pinpoint exactly the offending code. I hope this could assist any other person that my have a similar problem in future.
Regards.
Livinus
|
 |
 |
datadoit
|
| Posted: 04/27/2009, 6:05 AM |
|
Sometimes these types of problems can be fixed by deleting the page's
PHP/ASP file (not the _events.php/asp file). Open up the page, select
all of the page's content (Ctrl-A), then delete it. Switch over to
Design or HTML view, then back to code view and the code will be
regenerated by CCS.
|
|
|
 |
|