A forum, my gumbertje!
One of the only ones I think, since this one accepts http and loads up in IE 6

Home » Public Forums » Troubleshooting » broken windows update from WUR
icon11.gif  broken windows update from WUR [message #62] Sun, 14 September 2025 18:39
crt is currently offline  crt
Messages: 8
Registered: July 2025
Junior Member
at this point idk anymore
regular windows update and microsoft update are broken, WUR msupdate returns to the same page, and windows update gives this stupid error....


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>
Previous Topic: https not working even with tls 1.0 enabled in cloudflare
Next Topic: mail.chivanet.org not working
Goto Forum:
  


Current Time: Wed Sep 17 19:43:36 UTC 2025

Total time taken to generate the page: 0.00488 seconds