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:
Windows 2003, MSSQL, 2.3.1.9
Attempting to upload an image (or any file) I get an error. In the system log it reads:
2009-11-01 23:14:56,570 ERROR mojoPortal.Web.mojoBasePage - 81.149.89.132-en-US - /Admin/FileManager.aspx System.Security.SecurityException: Request for the permission of type 'System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. at System.Security.CodeAccessSecurityEngine.Check(Object demand, StackCrawlMark& stackMark, Boolean isPermSet) at System.Security.CodeAccessPermission.Demand() at System.IO.Path.GetTempPath() at Brettle.Web.NeatUpload.FilesystemUploadStorageProvider.GetDefaultTempDirectory()
This is running as Medium Trust (on a shared host) with the medium trust config, with all the NeatUpload stuff commented out, so I am at a loss as to why it's trying to use the component.
Has anyone else come across this?
Many thanks
Adrian
Make sure the App_Data fodler is writable by the web process user and I think it will solve this issue.
Hope it helps,
Joe