Hello,
I am trying to install my first version of ASP.NET Zero with a Core and MVC project following this procedure: https://docs.aspnetzero.com/documents/zero/latest/Getting-Started-Core
All seems to work fine, until I launch the site - the I get different "strange behaviours".
After the first login (blank tennant and with the default Admin credentials) I get:
Using the /Account/Reset... URL I can change the password and get to the Dashboard. But many parts dont work:
Finally if I look at the Developers tool in the browser I see:
Can you please direct me to what I am missing out in the procedure.
Thanks in advance.
Thanks a lot - that solved the question.
Hi, I wonder why I cannot use the EF attribute [Index] on entities in my ASP.NET Zero project?
I use the Abp.EntityFramework v. 2.0.2 that is build on EF 6.1 as far as I can see. I use the newest ASP.NET Zero project. And as far as I can see the [Index] attribute is supported with EF 6.
Any suggestions to why?
Kim.
Hi, I downloaded the Acme.PhoneBook sample (MVC5andJQuery) and are now trying to read your documentation (<a class="postlink" href="https://www.aspnetzero.com/Documents/Development-Guide-Mvc-Angularjs">https://www.aspnetzero.com/Documents/De ... -Angularjs</a>). From the page: <a class="postlink" href="https://www.aspnetzero.com/Documents/Development-Guide">https://www.aspnetzero.com/Documents/Development-Guide</a> both the JQuery and the Angularjs links to the same documentation page. If I look at the folder structure described in the documentation: <a class="postlink" href="https://www.aspnetzero.com/Documents/Development-Guide-Mvc-Angularjs#application-folders">https://www.aspnetzero.com/Documents/De ... on-folders</a> then this seems not to match what I find in the actual downloaded project file (PhoneBookMVCandJQuery).
The first thing I notice is that there is no "App" folder in the project file. Why? Is there an updated documentation availably that fit's the actual project file?
Thanks in advance.