i developed a .net core web api that has a sqlite db, so on the deploy to iis it needs to give write access to iis_usrs that app can write on the db.
is there any way that we did not need give write permission to the db file on each deploy, because the app will be deploy on diffrent server.