Base solution for your next web application

Activities of "velu"

Hi,

How to secure token for single machine.

is there any way to remove token cookie from browser and pass token via api.

(abp framework creates abptoken cookies if not present)

if we want to pass token via api then what we need to modify in angular and abp framework,

Anyone have any idea for this issue, Please helps us in this.

Thanks

HI,

We are using .netcore and angular.

In Audit-log and Login attempt displays Networkload balancer Ip insted of clients machine Ip.

Please suggest us a way to get client machines IP.

In this condition we get client machines ip using request header.

But, How can we assign this ip address to perticular appservice like audit-log and Login attempt for inserting in database.

Thanks

Hi,

We are using .netCore and Angular 6

How to set default timezone in .netcore [Server Side] like Indian Standard Time.

When user enter data from any timezone, Then system should apply and store date in database with default timezone [Indian Standard Time]

Thanks

Hi,

We have diagnosed and resolved this issue.

The actual problem is that the default behavior of Unitofwork is Readuncommited.

This isolation level is not supported by Oracle (Devart Drivers)* .

Instead of UOW.IsTransactional = false we have changed the isolation level of UOW to ReadCommitted.

This is supported by oracle and working as expected.

Thanks

@murat.yuceer

share via GDRIVE on 02DEC2019

Hi, We are using .netcore 2.2

In this app background worker [BackgroundJob<long>, ITransientDependency] is always going to abandoned state without heating..

Not log has been write in log.txt How to find this.

*in rare case this will work as expected..

Please help us in this.

Thanks

Hi,

We are using .netcore 2.2

we found that enc auth token cookies value is always null, [ws://localhost:22742/signalr?encauthtoken=null&id=138wrZbP_tlDuEZCSNtsng]

CAUSE: Cookies value is larger than value limit [4096 Bytes].

how can we solve this.

Thanks

Hi,

We are using .netcore 3.1 and angular project.

In Abpauditlogs table the userId is always null inserted

not capturing userid in auditlogs table.

Please help us in this.

Thanks

Hi,

We are using oracle database (Devart)

Thanks

Hi,

We have implemented this service in our project.

Output result is

Methode name : Authenticate Tenant Id : 1 userID : null

Showing 221 to 230 of 236 entries