Jump to content
IGNORED

Tech help. Please!


Recommended Posts


  • Group:  Junior Member
  • Followers:  1
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  122
  • Content Per Day:  0.02
  • Reputation:   0
  • Days Won:  0
  • Joined:  07/05/2007
  • Status:  Offline
  • Birthday:  12/11/1987

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 was trying to login into my myspace account and I'm using a newer mac with Safari Version 2.0.4 (419.3), and the above is what happens when I enter my password into the login box on myspace.

Has anyone ever seen it before, or does anyone know how to make this go away? Perhaps it's not me and myspace's problem? I encountered a person on Apple's tech support page who is having the same problem.

Please, any suggestions?

Link to comment
Share on other sites


  • Group:  Royal Member
  • Followers:  2
  • Topic Count:  135
  • Topics Per Day:  0.02
  • Content Count:  7,537
  • Content Per Day:  1.08
  • Reputation:   157
  • Days Won:  2
  • Joined:  04/06/2005
  • Status:  Offline
  • Birthday:  09/29/1956

Ohhh no, I was getting the same thing last night.............virus???????

Link to comment
Share on other sites

i'm not a mac user... but runtime error sounds like a javascript bug. is it happening when you type your password in, or when you hit the submit button? the submit button is javascript. make sure you have the latest java runtime environment installed on your computer. (chances are, you already do, but you can go to java.com to be sure.) if that isn't the issue, i'd contact myspace and tell them about the problem. they could have something coded wrong.

beyond that i really don't know what to tell ya, other than it's not a virus. but it is pesky. i've had javascript errors come up many times, and 'debugging' has never accomplished a thing for me.

Link to comment
Share on other sites


  • Group:  Diamond Member
  • Followers:  1
  • Topic Count:  116
  • Topics Per Day:  0.02
  • Content Count:  678
  • Content Per Day:  0.09
  • Reputation:   15
  • Days Won:  0
  • Joined:  06/26/2004
  • Status:  Offline

Here's a solution at http://forums.macrumors.com/showthread.php?t=291221

Looks like it a problem on the Myspace side, but some people have reported that clearing their .myspace cookies helped.
Excellent!! The cookies thing worked. Thanks!!!
Link to comment
Share on other sites


  • Group:  Junior Member
  • Followers:  1
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  122
  • Content Per Day:  0.02
  • Reputation:   0
  • Days Won:  0
  • Joined:  07/05/2007
  • Status:  Offline
  • Birthday:  12/11/1987

Ohhh no, I was getting the same thing last night.............virus???????

:3

It's not a virus at all. ^ ^

I'm so happy.

The lovely person who explained that problem below was right.

You should try it.

Link to comment
Share on other sites


  • Group:  Junior Member
  • Followers:  1
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  122
  • Content Per Day:  0.02
  • Reputation:   0
  • Days Won:  0
  • Joined:  07/05/2007
  • Status:  Offline
  • Birthday:  12/11/1987

i'm not a mac user... but runtime error sounds like a javascript bug. is it happening when you type your password in, or when you hit the submit button? the submit button is javascript. make sure you have the latest java runtime environment installed on your computer. (chances are, you already do, but you can go to java.com to be sure.) if that isn't the issue, i'd contact myspace and tell them about the problem. they could have something coded wrong.

beyond that i really don't know what to tell ya, other than it's not a virus. but it is pesky. i've had javascript errors come up many times, and 'debugging' has never accomplished a thing for me.

Yeah!

My best friend has problems with AIM because her java blocks it.

:3

I solved the problem, but thanks a lot for your suggestions. :whistling:

I'm going to keep this in mind for my PC, though. I really do thank you. ^ ^

Link to comment
Share on other sites


  • Group:  Junior Member
  • Followers:  1
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  122
  • Content Per Day:  0.02
  • Reputation:   0
  • Days Won:  0
  • Joined:  07/05/2007
  • Status:  Offline
  • Birthday:  12/11/1987

Here's a solution at http://forums.macrumors.com/showthread.php?t=291221

Looks like it a problem on the Myspace side, but some people have reported that clearing their .myspace cookies helped.
Excellent!! The cookies thing worked. Thanks!!!

It worked!!!

Thanks so much. ^ ^

Link to comment
Share on other sites


  • Group:  Diamond Member
  • Followers:  1
  • Topic Count:  116
  • Topics Per Day:  0.02
  • Content Count:  678
  • Content Per Day:  0.09
  • Reputation:   15
  • Days Won:  0
  • Joined:  06/26/2004
  • Status:  Offline

I was just lucky I found it in a search, not being a Mac user myself, but I'm glad I could help. :whistling:

Link to comment
Share on other sites


  • Group:  Royal Member
  • Followers:  3
  • Topic Count:  366
  • Topics Per Day:  0.05
  • Content Count:  10,933
  • Content Per Day:  1.57
  • Reputation:   212
  • Days Won:  1
  • Joined:  04/21/2005
  • Status:  Offline

Moved from the General Discussion Forum to the Have a problem? Looking for Advice? Forum

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...