ok finally got this working. Now trying to figure out how to get it working with Active Directory group instead of individual accounts.
I was able to enable migration and then do Update-Database to run seed method
PM> Update-Database Specify the '-Verbose' flag to view the SQL statements being applied to the target database. No pending explicit migrations. Running Seed method. PM>
what does the -Verbose comment mean up here?
when I try Update-Database command here is what I am getting. Please help. PM> Update-Database Specify the '-Verbose' flag to view the SQL statements being applied to the target database. No migrations configuration type was found in the assembly 'AIIM.Web'. (In Visual Studio you can use the Enable-Migrations command from Package Manager Console to add a migrations configuration).