GenericIdentity not FormsIdentity

Posted by Tony on Stack Overflow See other posts from Stack Overflow or by Tony
Published on 2010-04-21T15:40:07Z Indexed on 2010/04/21 15:43 UTC
Read the original article Hit count: 330

Filed under:
|

H

Regarding this URL

http://www.codeproject.com/KB/aspnet/FlashUpload.aspx

User.Identity as System.Web.Security.FormsIdentity is always null, because the Identity is GenericIdentity, I assumed it will be as in the tutorial FormsIdentity, what is chances.

Thanks

© Stack Overflow or respective owner

Related posts about security

Related posts about ASP.NET