Thanks a lot, I will take a try later. Configurations for zero 3.3.0 released today!
The exactly error message as below:
Severity Code Description Project File Line Suppression State Error Could not locate E:\Source\Repos\aspnet-zero-core\aspnet-core\src\MyCompanyName.AbpZeroTemplate.Web.Core\packages.config. Ensure that this project has Microsoft.Bcl.Build installed and packages.config is located next to the project file. MyCompanyName.AbpZeroTemplate.Web.Host 0
Is there a schedule to release 3.3.0, if this issue could be resolved in the in coming release will be better.
I have tried on your latest source code, it also have the same issues.
Did you test with publish WebDeploy Package mode? if publish WebDeploy mode it works fine.
Are you using VS2017? If so, please update EF.Migrator.Tool to latest version (1.1.0), the issue already resolved by the author.
Anyone upgrade to VS2017 when doing publish get Microsoft.Bcl.Build error? Build is OK, when publish the site with WebDeploy Packge it throw out below errors:
Could not locate E:*\MyCompany.ProjectName.Web.Core\packages.config. Ensure that this project has Microsoft.Bcl.Build installed and packages.config is located next to the project file.
Currently, no idea how to fix it, even add reference to Microsoft.Bcl.Build in this project.
it is spending so long time to wait server get response in my application too, maybe I also encountered the same issue.
Is that only for token based authentication? If I can test it via Postman? Or, it only could be invoked from external login, I understand the external web login in a browser, but no idea how to use external login via API and token authentication.
Look forward to show a sample.
Current token based authentication use the Authenticate action in TokenAuthenticateController, I find there is also a method name ExternalAuthenticate, it also return access token, How to use this action in the controller?
Is there a guide to demonstrate how to use ExternalAuthenticate in token authentication? As we know, aspnet zero develop document provide a description how to use the token based authentication, is there also a guide tell us how to use external authenticate method in the same controller?
Thanks, I already sent a mail to you, please check.