Question
Which account is used for permission to upload via html/flash?
Here is what one customer is receiving... i checked the forum and search didn't return anything
Import Failed: The device is not ready. at System.IO.__Error.WinIOError
(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy) at System.IO.FileStream..ctor(String path, FileMode mode) at System.Web.HttpPostedFile.SaveAs(String filename) at RusticiSoftware.ScormContentPlayer.WebControls.UploadImportControl2.btnImport_Click(Object sender, EventArgs e), at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy) at System.IO.FileStream..ctor(String path, FileMode mode) at System.Web.HttpPostedFile.SaveAs(String filename) at RusticiSoftware.ScormContentPlayer.WebControls.UploadImportControl2.btnImport_Click(Object sender, EventArgs e)
UploadImportControl
Answer
For Windows/IIS, you will nee the NetworkService or ASPNET (if available) accounts in addition to the IUSER_SERVERNAME account.
Check out this link from the Microsoft site for more information...
http://support.microsoft.com/kb/815153
Please shoot us an email at support@rusticisoftware.com if you have any questions.