i cant sign into gears of war website ive taking my issue to xbox support team and they insist i contact in admin i would realy appreciate the help in the matter im facing. my windows live id account is fine for every site accept the gears of war website it wont allow me to sign in i get a system error in application page my email and password are correct when inputing my information is there anyway to see if my xbox account is synced with the right information on your epic games servers just need help ive had this problem for months on end tried everything from going on different computers or different web browsers to even clearing cookies and cache. if i can just be helped id appreciate it thats all thank you
error message when signing into gears of war website
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>



Reply With Quote




Bookmarks