Mac OSX problem??
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>
Whenever I try to login to this one Web page this pops up.... It works on every other computer except mine???? It started last week
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>
Whenever I try to login to this one Web page this pops up.... It works on every other computer except mine???? It started last week
Not only is OSX the greatest OS ever . . .
on the rare occassion something happens (never) (expect that one time)
it's easy to fix. Didn't see this thread extending for page after page after page with umpteen thousand billion suggestions.
God Bless Steve!
on the rare occassion something happens (never) (expect that one time)
it's easy to fix. Didn't see this thread extending for page after page after page with umpteen thousand billion suggestions.
God Bless Steve!
Trending Topics
Originally Posted by kobiashi
it's easy to fix. Didn't see this thread extending for page after page after page with umpteen thousand billion suggestions.
Mac??? Huh?
OSX????? Do what?????
Something else you dont see is a PC user having an issue last for a week before instantly finding a fix. (EXCEPT that one time........)
Originally Posted by dzervit
Had a problem for a week, post about it then fix it yourself 40 minutes later?
And yes, I'm still chuckling over this...
And yes, I'm still chuckling over this...
cleared all my cookie files and it worked
Well after the AWESOME responses I got within 15 minutes of the post
I figured I better try some stuff lol Also ive been study for finals all wknd which is WAY more important than trying to log on to ONE website
Last edited by RYAN24; Apr 30, 2007 at 11:29 PM.
Originally Posted by Quintin
But I thought those things don't break...?
If it was a PC Id prob have to ctrl/alt/delete that SOB at least twice a day
So im happy w/ what I got
Originally Posted by kobiashi
Not only is OSX the greatest OS ever . . .
on the rare occassion something happens (never) (expect that one time)
it's easy to fix. Didn't see this thread extending for page after page after page with umpteen thousand billion suggestions.
on the rare occassion something happens (never) (expect that one time)
it's easy to fix. Didn't see this thread extending for page after page after page with umpteen thousand billion suggestions.
I just like stirring the Mac pot.
...and only a Mac could be brought down by cookies.




thanx for the help 