Print Page | Close Window

Run time error problem

Printed From: One Stop Testing
Category: Testing Tools @ OneStopTesting
Forum Name: LoadRunner @ OneStopTesting
Forum Discription: LoadRunner is a performance and load testing product by HP / Mercury Interactive for examining system behavior and performance, while generating actual load.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=2318
Printed Date: 20Nov2024 at 6:30am


Topic: Run time error problem
Posted By: payel.1983
Subject: Run time error problem
Date Posted: 06Sep2007 at 4:52am

can any plz help me in this matter.I m runing one application 2 times.1st iteration it works properly but 2nd time it does not work properly.It give run time  error.

 
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>
 
sometimes in many applications I get this type of probllem.plz kindly give me any solution



Replies:
Posted By: papayamilkshake
Date Posted: 12Sep2007 at 9:19am
Have you turn on full-extended log with all options enabled to trace the HTTP communication?

-------------
-papayamilkshake
LoadRunner TnT @ http://loadrunnertnt.com



Print Page | Close Window