SoftwareTipsandTricks Forum

Go Back   SoftwareTipsandTricks Forum > Operating Systems > Windows XP
User Name
Password


error when accessing updates

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes

  #1  
Old 07-13-2002, 10:01 AM
eric Offline
Junior Member
 
Join Date: Jul 2002
Posts: 1
error when accessing updates

When trying to access the updates through the help and support, this is the page that has been coming up the last 2 days. Before that, this page worked fine.

Server Error in '/FWLink' 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>


Any ideas as to what is happening? If it makes any difference my specs are 400mhz 320ram 8gigs. tnx in advance for any help.

eric
Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How do u force a reinstall of XP Updates? markey164 Windows XP 4 06-27-2004 03:45 AM
Windows Updates Utility? focussed Windows XP 1 05-17-2004 10:43 AM
Is Windows Updates really needed? rgurleyjr Windows XP 1 01-14-2004 12:42 PM
Automatic Updates not working on clients with XP Pro that refer to C:\Windows veggin Windows XP 6 08-22-2003 06:15 PM
Critical Updates Installation TJZ201 Windows XP 8 04-27-2003 09:13 PM



All times are GMT -5. The time now is 08:47 AM.


Designed by eXtremepixels. Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 2.3.2 © 2005, Crawlability, Inc.