Base solution for your next web application

Activities of "advaniamobilepay"

Do you have any opinion about having two angular projects set up. One for everything that has to do with the Tenants, and one for Only administrative stuff.

I feel like that results in alot of duplicate code.

This was a decision taken long ago here. But I have a slight feeling I should change this, and have only one angular project. Perhaps there are benefits in doing it this way, but I am looking for peoples opinion on this.

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

Thank you so much for your help. For some reason I could not update the in memory database with the "Update Database". So I downloaded SQL EXPRESS and changed the connection string to point to that database and was able to "Update Database" :)

Thank you for pointing out to me the App_Data/Logs/Logs.txt, It helped me.

Have a good one

Hi @ismcagdas, thank you for the response.

You have asumed correctly.

The App_Data/logs/logs.txt contains 13k lines,

"Abp.BackgroundJobs.BackgroundJobManager - System.Data.SqlClient.SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) ---> System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified"

There are a lot of sql errors. Do I have to create a sql server. I was under the impression the software would create an "in memory" server for me.

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?

Answer

Thank you! It works :D :D

Br Sara

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?

I updated the timeage package to 1.6.1 but I still get the same error.

I'm running "timeago": "^1.5.4", do you think that is the problem?

Showing 1 to 10 of 11 entries