My users additional information data is contained in a table called riders. That table has a rider ID and it is assigned the UserId (unique identifier) that the user received when the user was created. Once logged
in I set the authTicket.User Data = to the riderid. This appears to work and the debugger shows the authTicket.User Data = to the riderid. Now that user clicks on "My Profile" which is where they can update a variety of items. They must be authenticated
to enter and must have their riderid to retrieve their info. They pass the isAuthenticated line but when the UserData is requested it errors. "
Input string was not in a correct format." and it is true - UserData is now '/'
Thi ...
Go to the complete details ...