Active Topics

 


Reply
Thread Tools
Posts: 609 | Thanked: 232 times | Joined on Dec 2007 @ the end of my rope
#1
Have searched; can't find.

Yesterday my application manager got a bit more action than usual. First, I tried to install ukmp, but to no avail (it just says there are no albums found, and then quits). I also successfully installed GPE file manager.

Without endorsing "post hoc ergo propter hoc", I am now having trouble accessing my typical home page: skweezer.net. I have pasted the error message below.

Skweezer is working fine from my laptop on the same network. Since searching here for "web.config" turns up no hits, I thought I'd go to you pros.

Thanks for any help.

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>
 
Posts: 609 | Thanked: 232 times | Joined on Dec 2007 @ the end of my rope
#2
I seem to have resolved this issue by...

1. about:config

2. name: general.useragent.override; value: Mozilla/5.0 (X11; U; Linux armv6l; en-US; rv:1.9a6pre) Gecko/20070807 Firefox/3.0a1 Tablet browser 0.1.16 RX-34_2007SE_4.2007.26-8

Thanks for those who contributed to this thread.
 
Reply


 
Forum Jump


All times are GMT. The time now is 10:55.