Hi,
Send your project(<a href="mailto:[email protected]">[email protected]</a>) and then we take a look to understand what is the problem. (Before send, could you remove bin,obj and packages folders to reduce file size)
Hi,
Which browser are you using? Could you clear browser cache and try again?
Hi,
Tests are using fake datas that is not releated with application DB. So you should add test data, first. In tests project, there are example usages (TestDataBuilder.cs) how to add data and retrieve them.
Hi,
Of course you can. Did you try it? Are you getting any errors?
There are examples of this in MVC project. For example; TenantRegistrationAppService is fully open for anonymous users. Also you can create unauthorized methods in authorized app services.
All client apps can use/share ApplicationServices.
Hi,
Only ASP.NET Zero Core has these features. Check following conversation: #3405
Hi,
There is no built-in solution for using aspnet-zero mvc 5 with angular4. If you want to use angular4 with mvc5 you should develop it yourself.
Hi,
Check this issue: <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/issues/504">https://github.com/aspnetzero/aspnet-zero/issues/504</a>
Hi,
Your first post; browse http://localhost:22742/swagger/ to see swagger.
Hi,
Before run public site, you should run mvc first to seed data.