<cite>ismcagdas: </cite> Hi @MarkReinbolt,
I think you have downloaded your template here <a class="postlink" href="https://aspnetboilerplate.com/Templates">https://aspnetboilerplate.com/Templates</a> which is a free template of ABP. You need to download AspNet Zero template here <a class="postlink" href="https://aspnetzero.com/Download">https://aspnetzero.com/Download</a>.
Thanks.
Hi, yes, I have downloaded this, but where do I put it? Do I need to recompile it somewhere somehow?
<cite>alirizaadiyahsi: </cite> Hi,
You can see the dashboard, if you login as the tenant. I think you are logging in as the host user.
Hi, I tried to login at just the admin with a blank tenant. And also logged in as the default tenant with admin. All this gives much the same result. Is there anything else to try?
Hey , I have the backend up and running with Swagger; I compiled and ran the app ui with yarn and npm start; I goto the start page and see the login; I login using default \ admin successfully...
BUT .. I dont see a metronic dashboard anywhere. Alls I see is a couple menu items (Home, Users, About) etc. with the main body showing the words ("Welcome to MyApp"). It all seems to work .. but no dashboard. wzzupman!
Where did I go wrong? Am I saposed to load up the metronic download somewhere first? Is this what is saposed to happen?
HELP!
I will continue to debug my way around. But if you have any suggestions/ideas of something I missed. Pls let me know!!
ok, found my own problem. Looks like you have to install a sql server at localhost and then add a database called ~whateveryoucalledyourappDb~ , then run the Migrator project. Wala tables are built.
And now swagger comes up, nice!
Probably a line in the docs would be nice to let us know to create the db first.
Hey, I just downloaded my asp net zero core app. I Built it. And then try to run it (IIS Express) and am getting an error about the database not existing. HOW do I setup my database for this template app??
Note: I tried to read through the online docs, but must have missed it. Can you point me in the right direction?