We have a requirement to write a txt file to a remote server path within the same domain. In order to do this the only option that the Clients are Ok with is to use Custom accounts in the App Pool.
The application is a VB.NET 4.0 application hosted in IIS 7.5, the app pool's identity is configured to run under a Custom Generic ID (SVC_MyApp).
But as soon as we start the application the App pool stops and we get the 503 error. On digging deep we found that the Generic ID is not having enough permissions. We get an access denied error in the event logs. Are we missing anything in the configurations?
What are the minimum permissions that the Service ID (SVC_MyApp) should be granted to allow the Application to run properly with the App pool running under the custom account?
And also the meet the requirement of writing a file to the remote server folder, what are the configurations that has to be done on the remote server/folder?