Hello,
I'm trying to create new website MVC with Owin/Identity and control all records from Excel. But I can't find any useful information how to do it. Maybe someone can guide me a bit? or show any links with similar solutions.
I have Excel file with users/password/my custom fields/ and etc, and I have my old website which is connected to MS Access Database .mdb which is almost mirror to my Excel file Then I need to update something I just open my Excel file and launch my VBA code and it updates all records on MS Access file, so I don't need any manual things to update records.
I want to have my original Database on Excel and update it from Excel to MVC database. Like add new users, update passwords, edit my custom fields. I already did Excel -> Access(.mdb) -> MVC Database, but it requires to open website and manually Click "update". I would love to get ride from that 3-rd move.
any help appreciate, sry for my english.
sincerely