When I run Export Package using Web Deploy in IIS 10.0 it tries to create a temporary file instead of the file I specify and then tells me that the file does not exist. The full error is as follows:
Could not find a part of the path "C:\Users\Administrator\AppData\Local\Temp\2\eciya4xl.f3e.zipfile"
There is a long detailed message but no option to copy it and it also does not allow me to copy it by highlighting the text, so I am not going try to write it word by word. It starts out by saying System.IO.DirectoryNotFoundException.
UPDATE: I just tried creating an empty file named eciya4xl.f3e.zipfile in the C:\Users\Administrator\AppData\Local\Temp\2\ directory and that appears to allow the export to begin. I just hope that does not lead to some different problem later.