This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SUPPORT Q&A - An unhandled security exception has occurred

h.ghader - Thursday, August 2, 2012 9:31 AM:

Hi,

I have installed the server on a Windows 2003 machine. The installation completed successfully. But when I browse to address localhost/InnovatorServer, I receive the following 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>

I checked the event viewer for error or warning and I found the following:

Event code: 4010
Event message: An unhandled security exception has occurred.
Event time: 8/2/2012 5:59:30 PM
Event time (UTC): 8/3/2012 12:59:30 AM
Event ID: 6f62135acf7d44b989c6bcc59efa6c6b
Event sequence: 4
Event occurrence: 1
Event detail code: 0
 
Application information:
    Application domain: /LM/W3SVC/1/Root/InnovatorServer/Client-2-129884291689687500
    Trust level: WSS_Minimal
    Application Virtual Path: /InnovatorServer/Client
    Application Path: D:Program FilesArasInnovatorInnovatorClient
    Machine name: NLP-TFS
 
Process information:
    Process ID: 2508
    Process name: w3wp.exe
    Account name: NT AUTHORITYNETWORK SERVICE
 
Request information:
    Request URL: 172.16.143.5/.../Default.aspx
    Request path: /InnovatorServer/Client/Default.aspx
    User host address: 172.16.143.22
    User: 
    Is authenticated: False
    Authentication Type: 
    Thread account name: NT AUTHORITYNETWORK SERVICE

How can I solve this problem?

Regards

Hamidreza Ghader