IIS configuration to publish files
- by Andy.l
I have a web service that will save a file that will be published externally through IIS.
The idea was to use Webdav to save the file, but that would mean that the file could be altered externally as well.
The idea is to have 2 website on the IIS server that I publish the file from. One site http://internalpublish.local/vfolder where vfolder points to a file share where the file would be saved through webdav.
The other site would be http://externalpublish.com/vfolder where vfolder points to the same physical folder as on the internal site, but webdav is NOT enabled on this site.
Would this cause any issues? Any feedback would be gratefully appreciated.
/Andy.l