communitytools-image2docker-win icon indicating copy to clipboard operation
communitytools-image2docker-win copied to clipboard

IIS file ownership only needed for App_Data

Open sixeyed opened this issue 7 years ago • 0 comments

Currently for IIS apps, the Dockerfile changes ownership of all files in the site content path to the IIS user group. The only files that should need write access are in the App_Data folder for ASP.NET apps. It would be safer to change ownership for that path only.

sixeyed avatar May 03 '17 15:05 sixeyed