This is what I get when I try to use YoVille.com with my Myspace account:?

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>

When I use YoVille.com with my facebook account it works just fine, but when I try to link up with my Myspace account it shows this error. I have emachine windows 7, it a brand new computer, what can be the problem? I've tried to follow the directions in the error page I cant find any of it. could someone who knows whats happening please walk me through this..thank you soo much!

?2010-03-20T00:03:15Z

Favorite Answer

please visit my website www.yoville-players.webnode.com