heavyflames

Results 9 comments of heavyflames

Ok so its not a pause between every file, it downloads a couple of files at the time it seems like, then pauses for 30s...

I have tried to play a little with the settings, setting all the timeouts to 5 seconds, and using SocketPollInterval = 0 and SocketKeepAlive = true. It now downloads files...

Hi, the thing is that it goes very fast when debugging on my computer using a ftp server localy on my machine. But when using the code on the server,...

Hi, well the guide says I should edit the Startup.cs in the Admin project: Skoruba.IdentityServer4.Admin - Startup.cs - method ConfigureServices But services.AddDbContexts does not exists for me. Am I reading...

Hi again, ok I see now that we need to implement some of the helper methods in our IdentityServer instance, but I fin the guide confusing on what exacly I...

Am I right when I say that Skoruba.IdentityServer4.STS.Identity is the IdentityServer instance in this case? If we are using our existing IdentityServer this is not "needed" for the Admin portal?...

If I change all the db connectionstrings in the admin project to use our existing identityserver database, and redirect to our existing identityserver site, after login in there it redirects...

Did you get this working, Im having kinda the same problem.

@rufogongora Well no, My problem is that I want to change the default baseurl, for example: http://mysite.com = this is the default. But I want it to be http://mysite.com/en -...