re: SOLUTION
Monday, November 10, 2003 at 7:07 am Windows XP Annoyances Discussion Forum
Posted by geegee
(1 messages posted)
this is humor, now even the asus site returns a runtime error ;)
(http://www.asus.com.tw/support/errorpage/servererror.aspx?aspxerrorpath=/support/download/download.aspx)
[quote]
Server Error in '/support' 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
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>
[/quote]
i'ts really strange that just masses of people seem to experience these (opengl?)
runtime errors and none of the major companies recognize them.
i think mine started after i just had installed steam....
i also reinstalled my nvidia drivers + directx but to no luck. :(
On Saturday, December 7, 2002 at 3:54 pm, The Rock wrote:
>hi, everytime i try to run a game(i've tried Half-Life: Counter-Strike, Hitman 2:
>Silent Assasin, Soldier of Fortune 2: Double Helix, and Warcraft 3) i keep getting
>a c++ runtime error in the games .exe file. here's an example with counter-strike:
>
>Microsoft Visual C++ Runtime Library
>
>Runtime Error!
>Program C:\Sierra\Counter-Strike\cstrike.exe
>
>abnormal program termination
>
>OK
>
>
>
>thx 4 any advice!
|
All messages in this thread [show all]
 |  |  |  | Answer (SirYoink: Sun, Oct 5, 2003, 9:26 pm) |
 |  |  | thanks (Stephan: Fri, Oct 17, 2003, 8:59 am) |
 |  | re: SOLUTION (geegee: Mon, Nov 10, 2003, 7:07 am) |
| |
| |
Return to the Windows XP Discussion Forum
|
|