This is a follow-up to my
earlier posting. I thought everything was working fine but today I learned that it was not.
I performed a test today, which failed. Here's what occurred:
My app is a C# / ASP.NET 4.0 Web Forms app that uses Memberships & Roles. It has been developed on progressively newer versions of Visual Studio. I'm currently using VS2013.
The app's DB is running on my development machine with SQL Server 2014 Express.
Prior to a DB Restore, there were 21 users. Two were assigned to an "Administrator" role and the other 19 were assigned to two other non-admin roles.
I backed up the DB with SQL Server Management Studio and then immediately restored it.
Here's the strange part: When I ran my ap ...
Go to the complete details ...