<cite>ismcagdas: </cite> Hi @VuCA,
Could it be a database access problem ? Maybe caused by a firewall ?
Hi ismcagdas,
How to finalize this issue? Can you tell me how to check this?
Notes: The website is working, I don't know sometime it's throw these exception and keep the CPU resource of the servers, until I restart app pool. I checked each server telnet to db successful.
Thanks!
<cite>aaron: </cite> I mean the current user that builds and executes the application.
Dear @aaron, by default everyone have read / write permission on this folder and I checked. The strange thing is when I run on single server it doesn't throw exception but when I add to IIS-Farm the error will occurs.
<cite>aaron: </cite> How about the user that runs the site?
What do you mean aaron? Sorry I don't understand your question, can you explain more?
<cite>aaron: </cite>
System.ArgumentException: Unable to obtain public key for StrongNameKeyPair.
You need full access for one of these:
Thanks @aaron, But my iis-user is already have permission on this "C:\ProgramData\Microsoft\Crypto\RSA\MachineKeys" folder :cry:
<cite>ismcagdas: </cite> Hi @VuCA,
Does this happen because of AspNet Zero ? Or is there a big data to gerenerate report for ?
Dear ismcagdas,
It's because a big data to generate report, so when one user execute report and other user will be affect. Can you give me a solution for this situation.
Thanks!
Thanks,
It's asp.net core feature, I don't customize any thing so the only thing I can do is install the latest Oracle drivers (12.2.1100 )
Regards,
Hi ismcagdas,
I've already tried but it was not successfull, please give me an example to deal with exteranal authentication. Pls
It's alway throw error "loginResult" = "InvalidUserNameOrEmail", when I debug on Abp.Zero project, TryLoginFromExternalAuthenticationSources function, it await long time and doesn't reponse :o
Thanks!
<cite>klainer: </cite> OK SOLVED :)
I created my custom config and enable correctly, LDAP support . Works perfect !! Thank you!
Hi @klainer, Do you create external authentication source? Can you tell me how to do? This document <a class="postlink" href="https://aspnetboilerplate.com/Pages/Documents/Zero/User-Management#external-authentication">https://aspnetboilerplate.com/Pages/Doc ... entication</a> is poor :( , I do not know how to implement it.
Thanks!
Hi, And what i need to do next? How the system know the custom login form? Do I need some config in web.cofig file. I don't know how to implement that, please let me know more detail.
Thanks!
Can you tell me more about this? In my case I have two type authentication, with internal user I use ADFS (it's ok now), and with external user I have another database stored username and password. Please tell me all I need to do to create custom external authentication in aspnet zero project