Handling Write Permission to sqlite db file on deploy a .net core web api
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.
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.