Problem - loguin |
9/3/2004 7:37:00 AM |
ASPRunnerPro General questions | |
D
defensores author
Tengo las cookies bloqueadas en el internet explorer, y cuando quiero loguearme me limpia los campos y no entra. No da ningun mensaje de error. |
|
|
500161 9/9/2004 |
I'm testing ASPRunner for my company and I have the same problem. I check the cooki to accept all, I give the right permission to all file(everyone con read-write). I use IIS 5.1 SP1 with windows XP. |
![]() |
Sergey Kornilov admin 9/10/2004 |
I'm sorry I don't understand this question. |
|
500162 9/10/2004 |
I build a set of ASP with a login page(I try hardcoded and from database). When I use it from a browser even if I write the right usename and passoword and click to the buttom the browser don't load the _list.asp page but it reload the same page (_login.asp page). |
|
501075 9/13/2004 |
I think I found the problem. I try to substitute the method Response.Redirect Replace with the method server.transfer and I note that with this method I preserve the value of the variable in the session like "username" "password" ect. Instead if I use Response.Redirect it clean the value of the variable. I have a question: Why in your system work right and in my not?Have I to disable or enble something? |
![]() |
Sergey Kornilov admin 9/13/2004 |
Claudio, |
|
501076 9/15/2004 |
I resolve the problem apply the change that is indicate here: |