Hi,
As far as I understand aspnetzero core & angular 2 uses Identity Server for authentication and authorisation. Is there any documentation for it? Any settings that need to be changed after we download aspnetzero core & angular for authentication and authorisation?
Thanks
Is the ASPNETZero 4.1 gonna include the latest Angular 4.2.2 release?
Thanks
Hi,
Trying to deploy on production and Migrator tool does not produce a console exe files but rather only dlls
I am trying to change the app loader (when the app loads) but I cant find the code. Does anyone know how to do it?
OPTIONS <a class="postlink" href="http://api.myserver.com/AbpUserConfiguration/GetAll">http://api.myserver.com/AbpUserConfiguration/GetAll</a> 502 (Bad Gateway) e @ polyfills.2b2feaf….bundle.js:36 t.scheduleTask @ polyfills.2b2feaf….bundle.js:43 onScheduleTask @ polyfills.2b2feaf….bundle.js:43 t.scheduleTask @ polyfills.2b2feaf….bundle.js:43 n.scheduleTask @ polyfills.2b2feaf….bundle.js:43 n.scheduleMacroTask @ polyfills.2b2feaf….bundle.js:43 (anonymous) @ polyfills.2b2feaf….bundle.js:36 send @ VM1782:3 send @ VM1785:4 ajax @ VM1785:4 a.ajax @ VM1786:2 (anonymous) @ VM1815:20 a.Deferred @ VM1786:2 abp.ajax @ VM1815:19 t.getUserConfiguration @ main.7700ca7….bundle.js:1 (anonymous) @ main.7700ca7….bundle.js:1 (anonymous) @ main.7700ca7….bundle.js:1 i @ VM1785:2 fireWith @ VM1785:2 f.(anonymous function) @ VM1785:2 (anonymous) @ VM1815:25 i @ VM1785:2 fireWith @ VM1785:2 A @ VM1785:4 (anonymous) @ VM1785:4 u @ polyfills.2b2feaf….bundle.js:8 t.invokeTask @ polyfills.2b2feaf….bundle.js:43 onInvokeTask @ vendor.8fd772e….bundle.js:371 t.invokeTask @ polyfills.2b2feaf….bundle.js:43 n.runTask @ polyfills.2b2feaf….bundle.js:43 invoke @ polyfills.2b2feaf….bundle.js:43
client.myserver.com/:1 XMLHttpRequest cannot load <a class="postlink" href="http://api.myserver.com/AbpUserConfiguration/GetAll">http://api.myserver.com/AbpUserConfiguration/GetAll</a>. Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://client.myserver.com' is therefore not allowed access. The response had HTTP status code 502.
Hi,
After upgrading to v.4.0 Asp.net core with angular 2 any packages that I add to package.json are not installed. An example is primeng: "4.0.0". The only packages that are installed are the ones that come with aspnetzero. Any other package that I add afterwards is not being installed
Thanks
I downloaded ASP.NET Core angular 2 v.4.0
I am trying to create the database. I followed this "Open Package Manager Console in Visual Studio, set .EntityFrameworkCore as the Default Project and run the Update-Database command as shown below: "
I am getting this error
The term 'Update-Database' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the
path is correct and try again.
At line:1 char:1
+ Update-Database
+ ~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Update-Database:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Hi,
After the announcement from Microsoft that .NET 4.6.1 wont be supported in .NET Core 2 how can I proceed? Shall I upgrade to v4.0 which uses EF Core?
Thanks
Hi,
My architecture consists of the aspnet core + Angular4 website (merged client and server into one website) and several microservices we wrote. As far I can see client and server (core) handle authorization very clean and neat. What I need is to be able to use authorization in the microservices as well. I.E create some permissions and grant them to several users. When this user attempts to call a microservice I need him to be authorised check against these permissions. Which is the best practise to achieve this?
Thanks
Hi,
Why do you use explitic Injector in angular 2 project. As angular suggests it is better to "leave the Automated Dependency Injection do its job"
Thanks