mojoPortal in Medium Trust Coming soon In the coming 2.1.1/1.0.4 release (this month) it will be possible to run mojoPortal in Medium Trust environments. I started some new documentation about configuring mojoPortal for Medium trust here: http://www.mojoportal.com/mediumtrust.aspx Posted by mojoPortal Monday, July 17, 2006 6:21:54 PM Categories: Features Releases Previous Post << >> Next Post Comments Dean Brettle re: mojoPortal in Medium Trust Coming soon Monday, July 17, 2006 7:50:33 PM Correction to your documentation: NeatUpload (like all ASP.NET upload components) needs the UnmanagedCode SecurityPermission to access the current HttpWorkerRequest. You'll also need to either create app_data\NeatUpload_Temp in your app root and make it writable, or explictly specify a different directory using the tempDirectory attribute of the NeatUpload element. --Dean Joe Audette re: mojoPortal in Medium Trust Coming soon Tuesday, July 18, 2006 3:40:05 AM Thanks Dean, I've updated the documentation with your correction. Joe Comments are closed on this post.