In my asp.net web app, I want to run a sql call everyday at a certain time. I understand that I cant do this in a controller because the life cycle of controllers are request based.
Can anybody point me in the right direction for how to setup a "Logic App" on my server side?