<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>KB-1126 How to display detailed error messages in IIS</title><link>https://community.appian.com/support/w/kb/348/kb-1126-how-to-display-detailed-error-messages-in-iis</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1126 How to display detailed error messages in IIS</title><link>https://community.appian.com/support/w/kb/348/kb-1126-how-to-display-detailed-error-messages-in-iis</link><pubDate>Tue, 29 Sep 2020 03:04:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:86c74cbf-dfcb-48d0-b32b-ddc022d6c415</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/348/kb-1126-how-to-display-detailed-error-messages-in-iis#comments</comments><description>Current Revision posted to Appian Knowledge Base by Parmida Borhani on 9/29/2020 3:04:26 AM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;p&gt;When configuring a distributed environment with an IIS web server, it may be necessary for detailed error messages to be displayed when the error is encountered by component on a separate host machine. Setting this up is typically done for lower environments, like development or test, or when troubleshooting other issues since the detailed messages are more useful than the default HTTP error codes output by IIS.&lt;/p&gt;
&lt;p&gt;To enable this feature, perform the following:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Open the IIS console on the wbe server machine.&lt;/li&gt;
&lt;li&gt;Double-click the &lt;strong&gt;Error Pages&lt;/strong&gt; option:&lt;br /&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-11/pastedimage1487944614522v1.png"&gt;&lt;img alt=" " src="/resized-image/__size/1200x555555/__key/communityserver-wikis-components-files/00-00-00-00-11/pastedimage1487944614522v1.png" /&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Select the &lt;strong&gt;Edit Feature Settings...&lt;/strong&gt; option:&lt;br /&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-11/pastedimage1487944653852v5.png"&gt;&lt;img alt=" " src="/resized-image/__size/1200x555555/__key/communityserver-wikis-components-files/00-00-00-00-11/pastedimage1487944653852v5.png" /&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Change the default setting from the third option, &lt;strong&gt;Detailed errors for local requests and custom error pages for remote requests&lt;/strong&gt; to the second option, &lt;strong&gt;Detailed errors&lt;/strong&gt;:&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Default setting:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-11/pastedimage1487944614523v3.png"&gt;&lt;img alt=" " src="/resized-image/__size/1200x555555/__key/communityserver-wikis-components-files/00-00-00-00-11/pastedimage1487944614523v3.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Detailed setting:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-11/pastedimage1487944661785v6.png"&gt;&lt;img alt=" " src="/resized-image/__size/1200x555555/__key/communityserver-wikis-components-files/00-00-00-00-11/pastedimage1487944661785v6.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This change will allow remote requests to display detailed errors rather than custom error pages.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; If the above steps do not solve the issue, perform the following:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Edit &lt;strong&gt;web.config&lt;/strong&gt; located in the &lt;code&gt;&amp;lt;IIS_DOCUMENT_ROOT&amp;gt;&lt;/code&gt; directory.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Find the &lt;code&gt;&amp;lt;system.webServer&amp;gt;&lt;/code&gt; element and add or replace (if it exists) the following line:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;httpErrors errorMode=&amp;quot;Detailed&amp;quot;&amp;gt;&amp;lt;/httpErrors&amp;gt; &lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;With the following line&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;httpErrors existingResponse=&amp;quot;PassThrough&amp;quot; errorMode=&amp;quot;Detailed&amp;quot;&amp;gt;&amp;lt;/httpErrors&amp;gt; &lt;/code&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Restart the web server.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of self-managed installations of Appian using Internet Information Services 7.x and later as a web server.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;February 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: self-managed, IIS, web server, how-to&lt;/div&gt;
</description></item><item><title>KB-1126 How to display detailed error messages in IIS</title><link>https://community.appian.com/support/w/kb/348/kb-1126-how-to-display-detailed-error-messages-in-iis/revision/1</link><pubDate>Fri, 24 Feb 2017 13:58:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:86c74cbf-dfcb-48d0-b32b-ddc022d6c415</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/348/kb-1126-how-to-display-detailed-error-messages-in-iis#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Nick Vigilante on 2/24/2017 1:58:19 PM&lt;br /&gt;
&lt;div class="row content_container"&gt; &lt;p&gt;When configuring a distributed environment with an IIS web server, it may be necessary for detailed error messages to be displayed when the error is encountered by component on a separate host machine. Setting this up is typically done for lower environments, like development or test, or when troubleshooting other issues since the detailed messages are more useful than the default HTTP error codes output by IIS.&lt;/p&gt; &lt;p&gt;To enable this feature, perform the following:&lt;/p&gt; &lt;ol&gt; &lt;li&gt;Open the IIS console on the wbe server machine.&lt;/li&gt; &lt;li&gt;Double-click the &lt;strong&gt;Error Pages&lt;/strong&gt; option:&lt;br /&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-11/pastedimage1487944614522v1.png"&gt;&lt;img src="/resized-image/__size/1200x555555/__key/communityserver-wikis-components-files/00-00-00-00-11/pastedimage1487944614522v1.png" alt=" " /&gt;&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Select the &lt;strong&gt;Edit Feature Settings...&lt;/strong&gt; option:&lt;br /&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-11/pastedimage1487944653852v5.png"&gt;&lt;img src="/resized-image/__size/1200x555555/__key/communityserver-wikis-components-files/00-00-00-00-11/pastedimage1487944653852v5.png" alt=" " /&gt;&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Change the default setting from the third option, &lt;strong&gt;Detailed errors for local requests and custom error pages for remote requests&lt;/strong&gt; to the second option, &lt;strong&gt;Detailed errors&lt;/strong&gt;:&lt;/li&gt; &lt;/ol&gt; &lt;p&gt;Default setting:&lt;/p&gt; &lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-11/pastedimage1487944614523v3.png"&gt;&lt;img src="/resized-image/__size/1200x555555/__key/communityserver-wikis-components-files/00-00-00-00-11/pastedimage1487944614523v3.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Detailed setting:&lt;/p&gt; &lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-11/pastedimage1487944661785v6.png"&gt;&lt;img src="/resized-image/__size/1200x555555/__key/communityserver-wikis-components-files/00-00-00-00-11/pastedimage1487944661785v6.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;This change will allow remote requests to display detailed errors rather than custom error pages.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; If the above steps do not solve the issue, perform the following:&lt;/p&gt; &lt;ol&gt; &lt;li&gt; &lt;p&gt;Edit &lt;strong&gt;web.config&lt;/strong&gt; located in the &lt;code&gt;&amp;lt;IIS_DOCUMENT_ROOT&amp;gt;&lt;/code&gt; directory.&lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt;Find the &lt;code&gt;&amp;lt;system.webServer&amp;gt;&lt;/code&gt; element and add or replace (if it exists) the following line:&lt;/p&gt; &lt;pre&gt;&lt;code&gt;&amp;lt;httpErrors errorMode=&amp;quot;Detailed&amp;quot;&amp;gt;&amp;lt;/httpErrors&amp;gt; &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;With the following line&lt;/p&gt; &lt;pre&gt;&lt;code&gt;&amp;lt;httpErrors existingResponse=&amp;quot;PassThrough&amp;quot; errorMode=&amp;quot;Detailed&amp;quot;&amp;gt;&amp;lt;/httpErrors&amp;gt; &lt;/code&gt;&lt;/pre&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt;Restart the web server.&lt;/p&gt; &lt;/li&gt; &lt;/ol&gt; &lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt; &lt;p&gt;This article applies to all versions of self-managed installations of Appian using Internet Information Services 7.x and later as a web server.&lt;/p&gt; &lt;/div&gt; &lt;p&gt;Last Reviewed:&amp;nbsp;February 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: IIS, web server, how-to&lt;/div&gt;
</description></item></channel></rss>