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.
Pages: 1
I was trying to get on ee but... then this happened...
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>
........
i already posted a topic :/
but yeah i agree i wonder whats going on >.>
Offline
Yeah, I was getting that too, but I just checked back and now I'm getting a... 404. :O
Offline
yeah.. hmm.. i posted a picture in a topic. I wonder what happened.
Offline
i already posted a topic :/
but yeah i agree i wonder whats going on >.>
He only posted this 50 seconds afterwards. He probably didn't see it before.
Offline
Nickolai wrote:i already posted a topic :/
but yeah i agree i wonder whats going on >.>He only posted this 50 seconds afterwards. He probably didn't see it before.
oh....lol sorry
Offline
I was there when i logged into a banned acc from youtube... i thought it was that but... yeah
Last time this happened there was a glitch where you could change your username. I hope it happens again so i can change mine back! ^^
EDIT: nvm EE is back up for me
Last edited by Jaybm (Jan 30 2012 8:44:12 pm)
Pages: 1
[ Started around 1731724629.2218 - Generated in 0.048 seconds, 15 queries executed - Memory usage: 1.45 MiB (Peak: 1.57 MiB) ]