oazabir / HackerSpray

Repel hackers with this library by blocking brute force and malicious attempts on sensitive URLs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use with .Net, not .Net Core?

DanJ210 opened this issue · comments

I'm under the impression that this works for regular .Net AND .Net Core. The getting started instructions seems to be geared more towards .Net Core as I'm not sure where to get the ConfigurationBuilder for .Net. Is there any other tutorial or explanation for using this with the .Net framework specifically?

Thanks in advance.

I guess I misunderstood a little bit in that .Net gets configured simply by adding the package... Yet I run the application and get this error,

[RedisConnectionException: It was not possible to connect to the redis server(s); to create a disconnected multiplexer, disable AbortOnConnectFail. SocketFailure on PING] --

What I'm not understanding is what I need to do after the package is installed and configures itself. Perhaps I'm not advanced enough to understand?