User-775831949 posted
I have created new ASP.Net using VS2017 and it is working fine on my PC. It is a standard site with register/login.
I have published from VS2017 to Azure and the page loaded ok.
However I found the database in my PC did not publish to Azure. I already subscribed to SQL Database and have created SQL server and created new database. I have created SQL Data Connection to point to this database too. Still, when I click register it does
not connect to database and lead to no SQL database found error.
So how to copy the mdf in App_Data folder to Azure ?
I cannot find upload mdf to Azure. In Azure Portal SQL database section I cannot find upload too.
Please help...