I am getting intermittent error messages "Runtime Error" when clicking on links

Now and then, and I can't tell what causes it, I click on a link and get a page that gives me the incomprehensible message below with "Runtime Error" as the tab. I did recently click on a link that gave me a blue screen with messages that shut down my computer, but I have run a virus checker since then that found nothing. I also recently upgraded from windows xp to windows 7. I have never seen the problem before then.
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>

Hello babs313,
What operating system are we working with?
What make / model of the computer are we using?
Try running the Mr Fix iT application on this troubleshooting article and post back your results.
Error message when you run Windows Defender: "Error Code 0x800106ba"
If I have helped you in any way click the Kudos button to say Thanks.
The community works together, click Accept as Solution on the post that solves your issue for other members of the community to benefit from the solution.
- Friendship is magical.

Similar Messages

Maybe you are looking for

  • Issue to add t-codes & functions in ERM role request GRC 10.0 - SP 5

    Hi We are on SAP GRC 10.0 - SP5. We are facing a strange issue while creating a Role request. After Defining the role, we are unable to add actions and there is no option of add/delete. Similarly while adding Functions, we are getting an error of Fun

  • I have to send the start impulse from labview to trigger generator?

    i have to send a start impulse to the trigger generator, logging the actual time and requesting the actual time code of Digital video recorder.

  • Mail 2.1 - Printer margins

    We recently switched from Eudora to Apples Mail app (version 2.1). The first problem we have yet to solve is that of the overly large print margins at the top and bottom of each page when printed. The margins are close to 1-1/4 inches (3.2 cm). There

  • Excise for material

    hi all, i have dabut, that wether we can maintain some material as excisable and some are not which belongs to same category and division. can we maintain this information in J1ID under the tab Excise rate - Excise tax rates? Thanks & Regards Ashwini

  • Drag and Drop fom windowsexplorer

    Hi all we are in need of a functionality where in files from the windows explorer of windows OS has to be dragged and dropped in javafx application.I got a code which works fine in Java. It uses DropTarget, Transferable and DataFlavor classes. If any