I'm working on a User Control that will read the contents of the folder which contains the database backups. The UC is intended for myself and two other persons as a means to check that the backups ran. The database is a SQL Express database and thus SQL Server Agent isnt' available.
How do I setup permissions on the folder so that ASP.NET can read the contents without inadvertently creating an means by which the contents could be compromised? It's an internal app not accessible from outside the company network.