2.3.5.3 - File upload working intermittently

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.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
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.
This thread is closed to new posts. You must sign in to post in the forums.
9/27/2010 1:02:23 PM
Gravatar
Total Posts 16

Re: 2.3.5.3 - File upload working intermittently

Ok, after looking thru my web.config and comparing it to the deployment version I had some inconsistencies.  I'm using the web.config file from the zip file for .Net4.  But to get the uploads to work here is what I had to change.

  <location allowOverride="true">

  </location>

  <!--
example protecting a folder by roles
for static files also requires the <modules runAllManagedModulesForAllRequests="true"> in system.webserver section
<location path ="Data/Sites/1/media">
<system.web >
<authorization>
<allow roles="Authenticated Users" />
<deny users =""/>
</authorization>
</system.web>
</location> 

You must sign in to post in the forums. This thread is closed to new posts.