Mar 16th, 2017, 7:36 AM
SOLVED!
ok, I figured it out:
IIS uses Anonymous authentication - you need to set it to a specific user that has writing privileges on the "published" folder (/modules/forms/published).
alternatively you can use the Application Pool identity, in which case you need to make sure it has writing privileges on that directory.
Pay attention that every such solution requires security considerations.
Hope it will help someone else in the future.
ok, I figured it out:
IIS uses Anonymous authentication - you need to set it to a specific user that has writing privileges on the "published" folder (/modules/forms/published).
alternatively you can use the Application Pool identity, in which case you need to make sure it has writing privileges on that directory.
Pay attention that every such solution requires security considerations.
Hope it will help someone else in the future.