Deploy a web service
-
Hello, I want to deploy a web service that exposes an Access database to clients, the database file is located in the App_Data folder in the service's folder. The problem is that I have to set the security settings for that file manually using NTFS security tab in the properties window of the database file to allow the account "ASPNET" to write to the database. Is there a way to do this during the setup process? I have wondered around the setup project I created for the web service and I had no clue on how to do this.
-
Hello, I want to deploy a web service that exposes an Access database to clients, the database file is located in the App_Data folder in the service's folder. The problem is that I have to set the security settings for that file manually using NTFS security tab in the properties window of the database file to allow the account "ASPNET" to write to the database. Is there a way to do this during the setup process? I have wondered around the setup project I created for the web service and I had no clue on how to do this.