1
Hello good morning, I have an Asp net application, which makes use of https security, however at the time of logoff it causes an error message, someone has already gone through it?
1
Hello good morning, I have an Asp net application, which makes use of https security, however at the time of logoff it causes an error message, someone has already gone through it?
Browser other questions tagged c# asp.net web-service web-application
You are not signed in. Login or sign up in order to post.
the certificate is up to date?
– Thomas Erich Pimentel
Yeah, it’s all right
– Felipe Aurelio
Happens at logoff - https://ex.dominio.com.br/Acesso/Index?ReturnUrl=%2fHome%2fIndex
– Felipe Aurelio
Post as is your logof method
– Randrade
public Actionresult Logout() { Sessionhelper.Logout(); Return Redirecttoaction("Index", "Home"); }
– Felipe Aurelio
I believe the problem is exchanging http protocol for https.
– Thiago Custodio