Base solution for your next web application

Activities of "advaniamobilepay"

Hello,

I was wondering if there are any arguements against having two frontends, where one is only for tenants, and the other is for Admins.

It looks like that decisision was taken in my company. I believe the reason for this was so that tenants would not accidentally be given some permissions that should only be given to admins.

Since I am just starting to use ASP Net Zero (and fairly new where I work), I look to the more experienced on here and wonder what your thoughts are about this strategy

Hello, I was following the getting started tutorial (https://aspnetzero.com/Documents/Getting-Started-Angular). I have followed the directions. But I when I run the front-end and the back-end, and visit localhost:4200 it gives me an internal server error.

[HMR] Waiting for update signal from WDS...   :22742/AbpUserConfiguration/GetAll:1 Failed to load resource: the server responded with a status of 500 (Internal Server Error) abp.js:342 WARN: abp.js:342 Could not find localization source: AbpWeb client?719c:77 [WDS] Hot Module Replacement enabled.

I searched all the projects on the server side for a route /abpUserConfiguration/GetAll but I couldn't find it. I didnt' find it either in the swagger

Can anybody tell me if I have to change somethings to get the "out of the box" tutorial to work.

Hi,

I've published an Angular 2 project on IIS and the icons are not displaying. Everything else works fine.

I'm getting this error in chrome: Simple-Line-Icons.0cb0b9c589c0624c9c78 Failed to load resource: the server responded with a status of 404 () fontawesome-webfont.af7ae505a9eed503f8b8 Failed to load resource: the server responded with a status of 404 () famfamfam-flags.d4a4d7b033f5ad8d7261 Failed to load resource: the server responded with a status of 404 () Simple-Line-Icons.d2285965fe34b0546504 Failed to load resource: the server responded with a status of 404 () fontawesome-webfont.fee66e712a8a08eef580 Failed to load resource: the server responded with a status of 404 ()

The project works fine locally. Does anyone know how to fix this?

Question

Hi, I'm using angular 2 and .Net 4.6.1 core project and I've published both projects separately in IIS and I'm receiving an 500 server error when using the site. After I have logged in successfully.

There is nothing being logged in logs.txt and I've tried deleting the logs.txt and it is not recreated. When I run the project locally the logs.txt works fine. It is similar to this problem that I found on the forum: [https://forum.aspnetboilerplate.com/viewtopic.php?f=5&t=10035&p=23013&hilit=not+logging+log.txt#p23013])

What was the solution for this problem? Or do you have any idea what could be the problem?

Question

Hi, I'm running the angular 2 project and I get an error when running on IE11 locally (no error in Chrome):

<span style="color:#FF0000">ERROR Error: Uncaught (in promise): Error: Invalid argument. Error: Invalid argument. at Anonymous function (<a class="postlink" href="http://localhost:4200/vendor.bundle.js:9732:13">http://localhost:4200/vendor.bundle.js:9732:13</a>) at ZoneDelegate.prototype.invoke (<a class="postlink" href="http://localhost:4200/polyfills.bundle.js:7071:13">http://localhost:4200/polyfills.bundle.js:7071:13</a>) at onInvoke (<a class="postlink" href="http://localhost:4200/vendor.bundle.js:112547:21">http://localhost:4200/vendor.bundle.js:112547:21</a>) at ZoneDelegate.prototype.invoke (<a class="postlink" href="http://localhost:4200/polyfills.bundle.js:7071:13">http://localhost:4200/polyfills.bundle.js:7071:13</a>) at Zone.prototype.run (<a class="postlink" href="http://localhost:4200/polyfills.bundle.js:6833:17">http://localhost:4200/polyfills.bundle.js:6833:17</a>) at Anonymous function (<a class="postlink" href="http://localhost:4200/polyfills.bundle.js:7466:17">http://localhost:4200/polyfills.bundle.js:7466:17</a>) at ZoneDelegate.prototype.invokeTask (<a class="postlink" href="http://localhost:4200/polyfills.bundle.js:7104:13">http://localhost:4200/polyfills.bundle.js:7104:13</a>) at onInvokeTask (<a class="postlink" href="http://localhost:4200/vendor.bundle.js:112538:21">http://localhost:4200/vendor.bundle.js:112538:21</a>) at ZoneDelegate.prototype.invokeTask (<a class="postlink" href="http://localhost:4200/polyfills.bundle.js:7104:13">http://localhost:4200/polyfills.bundle.js:7104:13</a>) at Zone.prototype.runTask (<a class="postlink" href="http://localhost:4200/polyfills.bundle.js:6873:21">http://localhost:4200/polyfills.bundle.js:6873:21</a>) at drainMicroTaskQueue (<a class="postlink" href="http://localhost:4200/polyfills.bundle.js:7299:25">http://localhost:4200/polyfills.bundle.js:7299:25</a>) at invoke (<a class="postlink" href="http://localhost:4200/polyfills.bundle.js:7172:25">http://localhost:4200/polyfills.bundle.js:7172:25</a>)</span>

And when I run the site on IIS and open in IE11 I get an error <span style="color:#FF0000">SCRIPT1002: Syntax error scripts.5cf6dcf0c970a3d32344.bundle.js (1,1254397) </span>and I cant log in.

Is there a way to fix this?

Showing 1 to 5 of 5 entries