Shop OBEX P1 Docs P2 Docs Learn Events
Attatchment manager error.... — Parallax Forums

Attatchment manager error....

RinksCustomsRinksCustoms Posts: 531
edited 2008-10-14 01:39 in Propeller 1
Maybe it's the view style i picked for the forums, or maybe from Google's Chrome browser. Attachment manager isn't managing too good...


Server Error in '/' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>

▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Quicker answers in the #propeller chat channel on freenode.net. Don't know squat about IRC? Download Pigin! So easy a caveman could do it...
http://folding.stanford.edu/ - Donating some CPU/GPU downtime just might lead to a cure for cancer! My team stats.

Post Edited (RinksCustoms) : 10/14/2008 1:27:01 AM GMT

Comments

  • Mike GreenMike Green Posts: 23,101
    edited 2008-10-14 01:39
    I'm not sure what all triggers this message. I think you get this if you try to upload a file not of the acceptable types. I know it accepts JPG, SPIN, ZIP, BS2, and maybe TXT file types, but I don't know what's not allowed.
Sign In or Register to comment.