Try:
If User IsNot Nothing AndAlso User.Identity IsNot Nothing AndAlso User.Identity.IsAuthenticated Then
'Do stuff
End If
John Saunders
2010-01-02 03:24:22
Try:
If User IsNot Nothing AndAlso User.Identity IsNot Nothing AndAlso User.Identity.IsAuthenticated Then
'Do stuff
End If