Products » Support Forums 

Support Forums

HomeHomeGeneralGeneralBeginners ForumBeginners ForumServer Erroe when trying to upload a PDF file for customer downloadsServer Erroe when trying to upload a PDF file for customer downloads
Previous
 
Next
New Post
11/18/2009 7:34 PM
 

I have installed the Ifinity URL Master on my DNN 5.0 site and everything appears to be working but when I try to uplaod a new PDF file to my PDF's folder I get an run time error like this. Is there a setting I need to change to get back my file uploads?

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>

 
New Post
11/19/2009 3:04 AM
 

Hi Phil - that's the generic 'an error has occurreed' screen.  I can't tell any more detail from this error.  Can you check both your DNN event log and windows server event log (if possible) to see what the actual error was?  If that doesn't work, please follow the instructions given in the error screen (update your <customErrors> section), reproduce the error, and then let me know what the actual error was.  Once you've captured the error detail you can revert your site to hide the errors again.

 
Previous
 
Next
HomeHomeGeneralGeneralBeginners ForumBeginners ForumServer Erroe when trying to upload a PDF file for customer downloadsServer Erroe when trying to upload a PDF file for customer downloads


Support Guidelines.. Please read before posting

To get support on iFinity products and services, please search the forums for the the answer to the problem you are seeking. If you cannot find a solution, post a question in the relevant forum.   Ensure that you specify the relevant versions of the problem, and the actual error message or a detailed description of the problem.    You will need to register with this site to post on the forum.  If you have a Microsoft Live (Hotmail/Passport) account you can use that.  If you have a Open Id account you can use that.  If you neither of these, you will need to register a user Id and password.