Hangfire dashboard in IIS server

Hi,

I have small problem with Hangfire in production. I’ve deployed it on IIS server and set authentication mode as windows, but when I’m trying open dashboard I’m getting sql exception:“Login failed for user…domain\user”. It’s wired for me because the domain\user is the machine account instead of my http request account (I made request from another computer).

Do you have any solutions? I tried set the user ID and password in connection string, but it did’t work. Should I add the machine domain user to database in security tab (SQL server)?