I'm not familiar with the
asp.net plugin, but in general when using sentinel, the idea is to use a redis client with sentinel support, and instead of connecting to the redis servers directly, instead connecting all clients through the sentinel servers.
New clients connect to the sentinel servers to get info on the current master before talking to it, and will need to register for notifications from sentinel on failover events. This a lot more work on the client, and the one backed into
asp.net might no support it.