How to connect my already constructed MySQL database to my Blazor app as an Identity DB Context!?.
hello guys, I need help to connect my MySQL database to a new blazor app as an identity db context, I followed a lot of tutorials but all fails, I am new to db migration , tried it and it just created new tables to my database, I already has the database and tables, I just want my blazor app to connect to mysql database and use the data in it for signup/sign in, how to activate the register/login options and connect my database to my app?
my database already works as an Identity db context on another .NET framwork app with no issues.
my database already works as an Identity db context on another .NET framwork app with no issues.