Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

klb028

macrumors 6502
Original poster
Aug 10, 2006
426
0
Texas
For some reason, after I enter my information and click "Log In" on Myspace.com, this is what I keep getting:

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>

Any thoughts? Help, please!
 
Try removing the MySpace cookies. (safari prefs>security>show cookies) Look for a group of "MySpace" cookies and delete them.

Lots of people are having this problem. I know of three, myself. (Not including myself - not a MySpace user.) Either deleting those cookies, or resetting Safari (worst case) seems to fix it.
 
It was a myspace bug, a special announcement was just posted on your main myspace page (which you couldn't see because you can't log in).

I deleted the myspace cookies and it works 100%!
 
omg i have this problem aswell!! stupid ppl not supporting macs :p

edit: yay it worked. thankyou gr8tfly

Glad it worked. It must be fairly widespread, if I've seen so many myself in just a single day. And, I'm not even a MySpace user.
 
Glad it worked. It must be fairly widespread, if I've seen so many myself in just a single day. And, I'm not even a MySpace user.

yea i wonder what cauzed it. its quite random, must be some small little thing that they changed and safari doesnt recognise it. ahwell thanks for the advice :)
 
Maybe Steve Jobs is simply trying to protect you from the mindless drool you will experience on MySpace...did you ever think of that?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.