It is currently Wed Apr 24, 2024 8:03 am

All times are UTC - 7 hours [ DST ]

Recent News:



Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: Thu Jul 14, 2011 4:54 pm 
Offline
Newbie
Newbie

Joined: Thu Jul 14, 2011 4:49 pm
Posts: 3
Thanks: 0
Thanked: 0 time in 0 post
I have seen many posts about the WHS Connector Runtime Error but yet to have found one that can be utilized to fix the problem. If someone can help me fix this I would be truly appreciative as this has been causing me a headache for months now.

I have a HP HOme Media Server EX 495. When I try to connect with WHS Connector I get the typical HP Home Application runtime error
Server Error in '/HPHome' 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 know lots of people have had this problem. Can someone please walk me through how to resolve this issue?

Thanks


Top
 Profile  
Thanks  

Attention Guest: Remove this ad by Registering with the MediaSmartServer.net Forums. It's Free!
PostPosted: Thu Jul 21, 2011 4:38 pm 
Offline
Newbie
Newbie

Joined: Thu Jul 14, 2011 4:49 pm
Posts: 3
Thanks: 0
Thanked: 0 time in 0 post
Anybody able to help me with the problem I detailed below?


Top
 Profile  
Thanks  
PostPosted: Mon Aug 01, 2011 12:53 pm 
Offline
Founder
Founder
User avatar

Joined: Tue Jul 31, 2007 11:54 am
Posts: 10735
Location: Fort Collins, Colorado
Thanks: 630
Thanked: 931 times in 885 posts
A Server Recovery should reset the configuration and get you up and running again.

_________________
Alex Kuretz
Remote Notification: Monitoring and alerting for your Home Server via email, Twitter, text message, RSS, push notifications, and on your Mac desktop
Have you tried our Add-Ins?


Top
 Profile  
Thanks  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC - 7 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 31 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group