Official Everybody Edits Forums

Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?

You are not logged in.

#1 Before February 2015

Nickolai
Member
Joined: 2015-02-26
Posts: 368

Runtime Error

is anyone else 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 <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>

Offline

#2 Before February 2015

kingjamstar
Member
Joined: 2015-02-19
Posts: 472

Re: Runtime Error

Yes I have that message aswell

Offline

#3 Before February 2015

Nickolai
Member
Joined: 2015-02-26
Posts: 368

Re: Runtime Error

terrible ! i wonder what is happening !

Offline

#4 Before February 2015

Glitcherkid
Member
Joined: 2015-02-17
Posts: 909

Re: Runtime Error

I got it too! I posted a picture in a topic. I wonder what happened. 2YTqz.png


PaNFnqB.png

Offline

#5 Before February 2015

Nickolai
Member
Joined: 2015-02-26
Posts: 368

Re: Runtime Error

we need answers !

Last edited by Nickolai (Jan 30 2012 8:38:57 pm)

Offline

#6 Before February 2015

Gamerbro64
Guest

Re: Runtime Error

Wow this kind of stuff is happening a lot lately. :/

#7 Before February 2015

Glitcherkid
Member
Joined: 2015-02-17
Posts: 909

Re: Runtime Error

wait, it went back, my account didnt work, then it said not found. WHAT THE CRAP IS HAPPENING?!?!?! 2YTqz.png


PaNFnqB.png

Offline

#8 Before February 2015

kingjamstar
Member
Joined: 2015-02-19
Posts: 472

Re: Runtime Error

Back up

Offline

#9 Before February 2015

Nickolai
Member
Joined: 2015-02-26
Posts: 368

Re: Runtime Error

cool cool i guess i will delete this then

Offline

Nickolai142390173859694

Board footer

Powered by FluxBB

[ Started around 1714077688.1322 - Generated in 0.043 seconds, 13 queries executed - Memory usage: 1.42 MiB (Peak: 1.53 MiB) ]