Question answered off-list. - support.ca.com 

Thank You,
Dave O'Brien
NIH Contractor
________________________________________
From: O'Brien, David W. (NIH/CIT) [C]
Sent: Monday, May 17, 2010 7:05 AM
To: IBM-MAIN@bama.ua.edu
Subject: CA.COM Server error?

Is anybody else having a problem with CA support this morning?

Last week CA.com brought up the CA site now I get

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>

Any suggestions welcome.


Thank You,
Dave O'Brien
 NIHContractor

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html
  • CA.COM Server error? O'Brien, David W. (NIH/CIT) [C]
    • Re: CA.COM Server error? O'Brien, David W. (NIH/CIT) [C]

Reply via email to