This topic is locked

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.

¿Tengo que tener habilitadas si o si las cookies en el internet explorer para poder loguearme, o hay alguna forma de deshabilitarlo desde el codigo ASP?

<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=791&image=1&table=forumtopics' class='bbc_emoticon' alt=':rolleyes:' /> Gracias
I have the cookies blocked in the internet explorer, and when I want loguin myself clean the fields and does not enter. Does not it give ningun message of error. I have to have paymasters if or if the cookies in the internet explorer to be able loguin, or there is some form of disabled since the codigo ASP? Gracias

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.

Thanks

Sergey Kornilov admin 9/10/2004

I'm sorry I don't understand this question.
Please translate this into English.

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).
Thanks.

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?
Thanks.

Sergey Kornilov admin 9/13/2004

Claudio,
I'm not really sure what happens here. Something should be wrong in Web server configuration.
Just in case here is the link to newsgroup thread where similar question is answered by Microsoft support team.

501076 9/15/2004

I resolve the problem apply the change that is indicate here:
http://support.microsoft.com/default.aspx?...2&Product=iis50
Thanks.