This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
Using the uploader in the htmlModule, I upload an image but then the image appears to be broken. The IIS log shows a 401.3 error. I looked the permissions of the files and they do not have IIS_WPG or Internet Guest Account users. Why would these files be added without the correct permissions?
I would make sure that the App_Data folder is writable by your web process user.
Hope it helps,
Joe
I had to give that user full control of the App_Data but that got it working. Thank you for your help.