The Omni Group Forums

The Omni Group Forums (http://forums.omnigroup.com/index.php)
-   OmniWeb General (http://forums.omnigroup.com/forumdisplay.php?f=8)
-   -   OmniWeb + Myspace Problem (http://forums.omnigroup.com/showthread.php?t=3135)

Jasko 2007-03-23 10:03 AM

OmniWeb + Myspace Problem
 
I know myspace is a horrid site, but even if you hate it I'm sure you use it.

Anyway, my OW/Myspace keeps giving me this error when trying to log into myspace. I never had a problem before. This glitch sprung about yesterday. I've tried it on other browsers and it works just fine. It appears to only be a problem with OW, my default browser. Anyone have a solution?

I don't think I can go back to FF after using OW for so long.

Here's what it looks like everytime now.

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>

Forrest 2007-03-23 10:21 AM

delete your myspace cookies and see if that helps.

That error is white, yellow and red, right?

Jasko 2007-03-23 10:32 AM

Yeah it was those colors, and yeah that method worked. I guess I never cleared out my cookies, ever.

Thank you.

please delete thread :)


All times are GMT -8. The time now is 07:40 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.