27.06.2014 Views

INFORMATICA MEDICA

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Funzione di convalida (2)<br />

• Con questo testo nel web.config la funzione di convalida<br />

usa il metodo Autenticate e diventa (nelle versioni attuali<br />

questo metodo è dichiarato obsoleto):<br />

Sub Convalida(src As Object, e As EventArgs)<br />

If FormsAuthentication.Authenticate(NomeUtente.Value,<br />

Password.Value) Then<br />

FormsAuthentication.RedirectFromLoginPage<br />

(NomeUtente.Value, False)<br />

Else<br />

Messaggio.InnerText = "Utente non autorizzato !"<br />

End If<br />

End Sub<br />

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!