Welcome to the Invelos forums. Please read the forum rules before posting.

Read access to our public forums is open to everyone. To post messages, a free registration is required.

If you have an Invelos account, sign in to post.

    Invelos Forums->General: General Discussion Page: 1  Previous   Next
Error message when choosing database on forum
Author Message
DVD Profiler Unlimited RegistrantStar Contributorhayley taylor
Past Contributor
Registered: March 14, 2007
Reputation: High Rating
United Kingdom Posts: 1,022
Posted:
PM this userVisit this user's homepageDirect link to this postReply with quote
Went to vote on a few submissions and getting following error message when clicking on 'database'

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>
 Last edited: by hayley taylor
DVD Profiler Unlimited RegistrantStar Contributorrorymatt
Registered: March 24, 2007
Reputation: High Rating
United States Posts: 2,044
Posted:
PM this userEmail this userView this user's DVD collectionDirect link to this postReply with quote
I can confirm this. I just trie to check the databace and got the same runtime error.

Rory
DVD Profiler for iOS as of 3/5/2013
DVD Profiler for Android as of 5/17/2013
DVD Profiler Unlimited Registrantritchf
Loop (noun): see Loop
Registered: March 18, 2007
United Kingdom Posts: 150
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
Just posted this same error on the website forum
Learning is not mandatory, but then neither is survival.
DVD Profiler Desktop and Mobile RegistrantStar ContributorCyrille
User since: 12/15/2003
Registered: March 13, 2007
Reputation: High Rating
Belgium Posts: 467
Posted:
PM this userEmail this userView this user's DVD collectionDirect link to this postReply with quote
Yes there is a post concerning the database page of the site. I suppose Ken prepares the site for the new 3.6 beta version of DVD Profiler 
Regards
Cyrille
    Invelos Forums->General: General Discussion Page: 1  Previous   Next