IIS redis session testing repo This Repo target for testing redis session on both asp.net web app and http module. Get started start redis container docker run -p 6379:6379 --name redis --restart=always -d redis open solution in IDE(VS/Rider), then run WebApp