Error message when uploading/updating a game

So I've been trying to update a game that is already uploaded to the website (after adding some image files) and I keep getting this message:

"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

!-- Web.Config Configuration File -->

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

I'm not sure what this means, and I've looked up other topics on this forum regarding this error message which ranged from: 'the server is down' to 'changing wav files to mp3s,' and none of them have helped.

My game only features pictures, it has no sound files/videos/gifs/etc. It is also 51,262 kb large. Have I hit the size limit?

Any and all help would be appreciated. Thanks!


The size limit is 20MB.
Can any of the images be compressed or made smaller?

If not, you might have to host some of the images externally, so that the game file itself is under the limit.


Yep that did the trick. I just had to delete the files from the game.

Thank you!


This topic is now closed. Topics are closed after 60 days of inactivity.

Support

Forums