After hosting 9.3 version on the server the following error has been occured...
HTTP Error 404.0 - Not Found
The log file is showing following lines.
WARN 2020-11-21 11:27:29,977 [1 ] tion.Repositories.EphemeralXmlRepository - Using an in-memory repository. Keys will not be persisted to storage. WARN 2020-11-21 11:27:29,987 [1 ] taProtection.KeyManagement.XmlKeyManager - Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits. WARN 2020-11-21 11:27:33,914 [1 ] taProtection.KeyManagement.XmlKeyManager - No XML encryptor configured. Key {040223b5-31be-4bcf-b95b-41c59920f7bf} may be persisted to storage in unencrypted form.
After entering the server address in the browser and hit enter application ignore child app name.
for eg server address is : http:10.1.1.1/aspnetzero/
after processing request
app redirect to http:10.1.1.1/index.html
and show the above error..
Prerequisites
Hi,
We found that the ABP framework is using windows temp directory white uploading file/Giving permission to roles etc.
But in the banking environment, we don't have permission to access such type of Directories. In this case, the application enables functioning properly.[while file uploading or giving role permission]. Is there any way to change the temp directory uses instead of the windows temp directory. Please help us with this
Or
In some case we got this error: Authorization failed for the request at filter 'Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter' file upload Abp.auth token send with upload event.
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 .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 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 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 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 Combined solution.
We have connected to oracle database using Devart Drivers, UnitOfWork.IsTransactional = false , Not supported yet.
in this case SaveChangesAsync records are not rolled back.
How can we rollback after unit of work is failed.
Thanks
Hi,
We are using .netcore and angular V5.5
How to secure Abp.AuthToken or issue the token only for single computer.
Problem we are facing: * User 1 Login using chrome browser. * I coppied this Abp.AuthToken from cookies. * and paste or clone in another browser
And Fire http://localhost:4200/app/main/dashboard
New browser session is continued using User 1s Session and credential.
How to avoid this.
Please help us in this.
Thanks
Hi,
Case: Tenant1 UserName TOM Password TOM Tenant2 Username TOM Password [maybeDifferent]
Requirement: * User can change login in tenant1 to tenant2 Like login as this user. * Cross tenant Impersonation login
How can we achive this functionality.
Currently system gives us this warning
Can not impersonate a user of a different tenant!
Thanks.