I’m looking to use the long datatype (bigint) for various id values in a system and the current implementation for the WebSecurity class makes the assumption that the UserId is an int (smallint).
I’m considering downloading the source and editing it to use long data types instead. Does anyone know if this has already been done?
TIA,
Just for the record I did end up porting the WebSecurity class source code into my source. Along with the associated Membership and Role provider source code and then edited to suit my needs.