A new Flexera Community experience is coming on November 18th, click here for more information.
Below is the error
Server Error in '/Suite' 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>
Server Error in '/Suite' 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>
Feb 04, 2021 11:01 AM
It is likely that some tweak will need to be made to a web.config file on the web application server as part of your upgrade steps to get past this.
As suggested by the error message, try logging on to the web application server itself and browse to http://localhost/Suite/ - I expect you will get a more specific error message by doing that which will help to point in the right direction to get this resolved.
Feb 04, 2021 04:57 PM
Thanks Team.
Post update in web.config. Issue got resolve.
Feb 09, 2021 02:42 AM
Feb 09, 2021 03:14 AM
We are using customized web.config due to security requirement. After upgrade, Seems, i have not used the correct one. So i have taken from backup & reconfigure IIS.
Feb 09, 2021 03:39 AM
User | Count |
---|---|
8 | |
7 | |
3 | |
3 |