﻿<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/Resources/css/xsl/HTTPCodes.xsl"?>

<!DOCTYPE xml [
	<!ELEMENT record (ordNum, HTTPCode, HTTPCodeCtgry, HTTPCodeDfntn, SubStatusCode, IISVersNo)>
	<!ELEMENT ordNum (#PCDATA)>
	<!ELEMENT HTTPCode (#PCDATA)>
	<!ELEMENT HTTPCodeCtgry (#PCDATA)>
	<!ELEMENT HTTPCodeTtl (#PCDATA)>
	<!ELEMENT HTTPCodeDfntn (#PCDATA)>
	<!ELEMENT SubStatusCode (#PCDATA)>
	<!ELEMENT IISVersNo (#PCDATA)>

]>

<xml>

	<dateCreated>12/4/2025</dateCreated>
	
	<record><ordNum>1</ordNum><HTTPCode>100</HTTPCode><HTTPCodeCtgry>Informational</HTTPCodeCtgry><HTTPCodeTtl>Continue</HTTPCodeTtl><HTTPCodeDfntn>Initial part of the request has been received and hasn't yet been rejected by the server. The server intends to send a final response after the request has been fully received and acted upon.</HTTPCodeDfntn><SubStatusCode>FALSE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>2</ordNum><HTTPCode>101</HTTPCode><HTTPCodeCtgry>Informational</HTTPCodeCtgry><HTTPCodeTtl>Switching Protocols</HTTPCodeTtl><HTTPCodeDfntn>Server understands and is willing to comply with client's request for a change in the application protocol being used.</HTTPCodeDfntn><SubStatusCode>FALSE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>3</ordNum><HTTPCode>200</HTTPCode><HTTPCodeCtgry>Success</HTTPCodeCtgry><HTTPCodeTtl>OK; The client request has succeeded</HTTPCodeTtl><HTTPCodeDfntn>The client request was successfully processed.</HTTPCodeDfntn><SubStatusCode>FALSE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>4</ordNum><HTTPCode>201</HTTPCode><HTTPCodeCtgry>Success</HTTPCodeCtgry><HTTPCodeTtl>Created</HTTPCodeTtl><HTTPCodeDfntn>The client request has been fulfilled and has resulted in one or more new resources being created.</HTTPCodeDfntn><SubStatusCode>FALSE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>5</ordNum><HTTPCode>202</HTTPCode><HTTPCodeCtgry>Success</HTTPCodeCtgry><HTTPCodeTtl>Accepted</HTTPCodeTtl><HTTPCodeDfntn>The client request has been accepted for processing, but the processing hasn't been completed.</HTTPCodeDfntn><SubStatusCode>FALSE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>6</ordNum><HTTPCode>203</HTTPCode><HTTPCodeCtgry>Success</HTTPCodeCtgry><HTTPCodeTtl>Non-authoritative information</HTTPCodeTtl><HTTPCodeDfntn>The client request was successful but the enclosed content has been modified from the response of the origin server.</HTTPCodeDfntn><SubStatusCode>FALSE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>7</ordNum><HTTPCode>204</HTTPCode><HTTPCodeCtgry>Success</HTTPCodeCtgry><HTTPCodeTtl>No content</HTTPCodeTtl><HTTPCodeDfntn>The server has successfully fulfilled the request and that there's no additional content to send in the response content.</HTTPCodeDfntn><SubStatusCode>FALSE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>8</ordNum><HTTPCode>205</HTTPCode><HTTPCodeCtgry>Success</HTTPCodeCtgry><HTTPCodeTtl>Reset content</HTTPCodeTtl><HTTPCodeDfntn>The server has fulfilled the request and expects the user agent to reset the "document view," which caused the request to be sent, to its original state as received from the origin server.</HTTPCodeDfntn><SubStatusCode>FALSE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>9</ordNum><HTTPCode>206</HTTPCode><HTTPCodeCtgry>Success</HTTPCodeCtgry><HTTPCodeTtl>Partial content</HTTPCodeTtl><HTTPCodeDfntn>The server is successfully fulfilling a range request for the target resource by transferring one or more parts of the selected representation.</HTTPCodeDfntn><SubStatusCode>FALSE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>10</ordNum><HTTPCode>207</HTTPCode><HTTPCodeCtgry>Success</HTTPCodeCtgry><HTTPCodeTtl>Multi-Status (WebDav)</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>FALSE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>11</ordNum><HTTPCode>301</HTTPCode><HTTPCodeCtgry>Redirection</HTTPCodeCtgry><HTTPCodeTtl>Moved Permanently</HTTPCodeTtl><HTTPCodeDfntn>The target resource has been assigned a new permanent URI and any future references to this resource ought to use one of the enclosed URIs.</HTTPCodeDfntn><SubStatusCode>FALSE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>12</ordNum><HTTPCode>302</HTTPCode><HTTPCodeCtgry>Redirection</HTTPCodeCtgry><HTTPCodeTtl>Object moved</HTTPCodeTtl><HTTPCodeDfntn>The target resource resides temporarily under a different URI. Since the redirection might be altered on occasion, the client ought to continue to use the target URI for future requests</HTTPCodeDfntn><SubStatusCode>FALSE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>13</ordNum><HTTPCode>304</HTTPCode><HTTPCodeCtgry>Redirection</HTTPCodeCtgry><HTTPCodeTtl>Not modified</HTTPCodeTtl><HTTPCodeDfntn>A conditional GET or HEAD request has been received and would have resulted in a 200 (OK) response if it weren't for the fact that the condition evaluated to false.</HTTPCodeDfntn><SubStatusCode>FALSE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>14</ordNum><HTTPCode>307</HTTPCode><HTTPCodeCtgry>Redirection</HTTPCodeCtgry><HTTPCodeTtl>Temporary redirect</HTTPCodeTtl><HTTPCodeDfntn>The client browser requests a document that is already in the cache. And the document hasn't been modified since it was cached. The client browser uses the cached copy of the document instead of downloading the document from the server.</HTTPCodeDfntn><SubStatusCode>FALSE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>15</ordNum><HTTPCode>400</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Bad request</HTTPCodeTtl><HTTPCodeDfntn>The request couldn't be understood by the server due to malformed syntax. The client shouldn't repeat the request without modifications. For more information, see Troubleshooting HTTP 400 Errors in IIS.</HTTPCodeDfntn><SubStatusCode>FALSE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>16</ordNum><HTTPCode>400.1</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Invalid Destination Header</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>17</ordNum><HTTPCode>400.10</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Invalid X-Forwarded-For (XFF) header</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>18</ordNum><HTTPCode>400.11</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Invalid WebSocket request</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>19</ordNum><HTTPCode>400.2</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Invalid Depth Header</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>20</ordNum><HTTPCode>400.3</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Invalid If Header</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>21</ordNum><HTTPCode>400.4</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Invalid Overwrite Header</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>22</ordNum><HTTPCode>400.5</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Invalid Translate Header</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>23</ordNum><HTTPCode>400.6</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Invalid Request Body</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>24</ordNum><HTTPCode>400.601</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Bad client request (ARR)</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>25</ordNum><HTTPCode>400.602</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Invalid time format (ARR)</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>26</ordNum><HTTPCode>400.603</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Parse range error (ARR)</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>27</ordNum><HTTPCode>400.604</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Client gone (ARR)</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>28</ordNum><HTTPCode>400.605</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Maximum number of forwards (ARR)</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>29</ordNum><HTTPCode>400.606</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Asynchronous competition error (ARR)</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>30</ordNum><HTTPCode>400.7</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Invalid Content Length</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>31</ordNum><HTTPCode>400.8</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Invalid Timeout</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>32</ordNum><HTTPCode>400.9</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Invalid Lock Token</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>33</ordNum><HTTPCode>401</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Access denied; IIS Defines several different 401 errors that indicate a more specific cause of the error; These specific error codes are displayed in the browser but are not displayed in the IIS log</HTTPCodeTtl><HTTPCodeDfntn>The request hasn't been applied because it lacks valid authentication credentials for the target resource.</HTTPCodeDfntn><SubStatusCode>FALSE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>34</ordNum><HTTPCode>401.1</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Logon Failed</HTTPCodeTtl><HTTPCodeDfntn>The logon attempt is unsuccessful probably because of a user name or a password that is invalid.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>35</ordNum><HTTPCode>401.2</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Logon failed due to server configuration</HTTPCodeTtl><HTTPCodeDfntn>This HTTP status code indicates a problem in the authentication configuration settings on the server.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>36</ordNum><HTTPCode>401.3</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Unauthorized due to ACL on resource</HTTPCodeTtl><HTTPCodeDfntn>This HTTP status code indicates a problem in the NTFS file system permissions. This problem might occur even if the permissions are correct for the file that you try to access. For example, this problem occurs if the IUSR account doesn't have access to the C:\Winnt\System32\Inetsrv directory.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>37</ordNum><HTTPCode>401.4</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Authorization failed by filter</HTTPCodeTtl><HTTPCodeDfntn>An Internet Server Application Programming Interface (ISAPI) filter doesn't let the request be processed because of an authorization problem.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>38</ordNum><HTTPCode>401.5</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Authorization failed by ISAPI/CGI application</HTTPCodeTtl><HTTPCodeDfntn>An ISAPI application or a Common Gateway Interface (CGI) application doesn't let the request be processed because of an authorization problem.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>40</ordNum><HTTPCode>401.501</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Access denied: concurrent request rate limit reached</HTTPCodeTtl><HTTPCodeDfntn>Dynamic IP Restriction: too many concurrent requests were made from the same client IP.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>41</ordNum><HTTPCode>401.502</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Access denied: maximum request rate limit reached</HTTPCodeTtl><HTTPCodeDfntn>Dynamic IP Restriction: the maximum number of requests from the same client IP within a specified time limit was reached.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>42</ordNum><HTTPCode>401.503</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Access denied: IP address denied</HTTPCodeTtl><HTTPCodeDfntn>IP Restriction: the client IP address is included in the deny list.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>43</ordNum><HTTPCode>401.504</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Access denied: host name denied</HTTPCodeTtl><HTTPCodeDfntn>IP Restriction: the client host name is included in the deny list.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>39</ordNum><HTTPCode>401.7</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Access denied by URL authorization policy on the Web server; This error code is specific to IIS 6.0</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>44</ordNum><HTTPCode>403</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Forbidden; IIS defines different 403 records that indicate a more specific cause of the error</HTTPCodeTtl><HTTPCodeDfntn>The server understood the request but refuses to fulfill it.</HTTPCodeDfntn><SubStatusCode>FALSE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>45</ordNum><HTTPCode>403.1</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Execute access forbidden</HTTPCodeTtl><HTTPCodeDfntn>The appropriate level of the Execute permission isn't granted.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>54</ordNum><HTTPCode>403.10</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Forbidden: Execute access denied</HTTPCodeTtl><HTTPCodeDfntn>The web server is configured to deny "Execute" access.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>55</ordNum><HTTPCode>403.11</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Forbidden: Password changed</HTTPCodeTtl><HTTPCodeDfntn>A password has been changed.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>56</ordNum><HTTPCode>403.12</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Mapper denied access</HTTPCodeTtl><HTTPCodeDfntn>The page that you want to access requires a client certificate. But, the user ID that is mapped to the client certificate is denied access to the file.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>57</ordNum><HTTPCode>403.13</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Client certificate revoked</HTTPCodeTtl><HTTPCodeDfntn>The client browser tries to use a client certificate that was revoked by the issuing certification authority.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>58</ordNum><HTTPCode>403.14</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Directory listing denied</HTTPCodeTtl><HTTPCodeDfntn>The server isn't configured to display a content directory listing, and a default document isn't set. For more information, see HTTP Error 403.14.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>59</ordNum><HTTPCode>403.15</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Client access licenses exceeded</HTTPCodeTtl><HTTPCodeDfntn>The number of client access licenses has exceeded the limits on the web server.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>60</ordNum><HTTPCode>403.16</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Client certificate is untrusted or invalid</HTTPCodeTtl><HTTPCodeDfntn>The client browser tries to use an invalid client certificate. Or the server that is running IIS doesn't trust the client certificate. For more information, see HTTP Error 403.16.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>61</ordNum><HTTPCode>403.17</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Client certificate has expired or is not yet valid</HTTPCodeTtl><HTTPCodeDfntn>The client browser tries to use a client certificate that is expired or that isn't yet valid.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>62</ordNum><HTTPCode>403.18</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Cannot execute requested URL in the current application pool</HTTPCodeTtl><HTTPCodeDfntn>A custom error page is configured. And the application pool of the customer error page is different with the application pool of the requested URL.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo>6</IISVersNo></record>
	<record><ordNum>63</ordNum><HTTPCode>403.19</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Cannot execute CGI applications for the client browser in this application pool</HTTPCodeTtl><HTTPCodeDfntn>The identity of the application pool doesn't have the Replace a process level token user right.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo>6</IISVersNo></record>
	<record><ordNum>46</ordNum><HTTPCode>403.2</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Read access forbidden</HTTPCodeTtl><HTTPCodeDfntn>The appropriate level of the Read permission isn't granted. Verify that you have set up IIS to grant the Read permission to the directory. Additionally, if you use a default document, verify that the default document exists.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>64</ordNum><HTTPCode>403.20</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Forbidden: Passport logon failed</HTTPCodeTtl><HTTPCodeDfntn>Client requests using passport logon aren't allowed.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo>6</IISVersNo></record>
	<record><ordNum>65</ordNum><HTTPCode>403.21</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Forbidden: Source access denied</HTTPCodeTtl><HTTPCodeDfntn>WebDAV requests to the source code of a resource aren't allowed.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>66</ordNum><HTTPCode>403.22</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Forbidden: Infinite depth is denied</HTTPCodeTtl><HTTPCodeDfntn>WebDAV requests with an infinite depth aren't allowed.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>47</ordNum><HTTPCode>403.3</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Write access forbidden</HTTPCodeTtl><HTTPCodeDfntn>The appropriate level of the Write permission isn't granted. Check the IIS permissions and the NTFS file system permissions. Make sure that they're set up to grant the "Write" permission to the directory.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>48</ordNum><HTTPCode>403.4</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>SSL required</HTTPCodeTtl><HTTPCodeDfntn>The request is made over a non-secure channel. But the web application requires a Secure Sockets Layer (SSL) connection.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>49</ordNum><HTTPCode>403.5</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>SSL 128 required</HTTPCodeTtl><HTTPCodeDfntn>The server is configured to require a 128-bit SSL connection. But, the request isn't sent by using 128-bit encryption.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>67</ordNum><HTTPCode>403.501</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Forbidden: concurrent request rate limit reached</HTTPCodeTtl><HTTPCodeDfntn>Dynamic IP Restriction: too many concurrent requests were made from the same client IP.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>68</ordNum><HTTPCode>403.502</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Forbidden: maximum request rate limit reached</HTTPCodeTtl><HTTPCodeDfntn>Dynamic IP Restriction: the maximum number of requests from the same client IP within a specified time limit was reached.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>69</ordNum><HTTPCode>403.503</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Forbidden: IP address denied</HTTPCodeTtl><HTTPCodeDfntn>IP Restriction: the client IP address is included in the deny list.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>70</ordNum><HTTPCode>403.504</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Forbidden: host name denied</HTTPCodeTtl><HTTPCodeDfntn>IP Restriction: the client host name is included in the deny list.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>50</ordNum><HTTPCode>403.6</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>IP Address rejected</HTTPCodeTtl><HTTPCodeDfntn>The server is configured to deny access to the current IP address.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>51</ordNum><HTTPCode>403.7</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Client certificate required</HTTPCodeTtl><HTTPCodeDfntn>The server is configured to require a certificate for client authentication. But the client browser doesn't have an appropriate client certificate installed. For more information, see HTTP error 403.7.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>52</ordNum><HTTPCode>403.8</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Site access denied</HTTPCodeTtl><HTTPCodeDfntn>The server is configured to deny requests based on the Domain Name System (DNS) name of the client computer. For more information, see Dynamic IP Address restrictions.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>53</ordNum><HTTPCode>403.9</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Too many users</HTTPCodeTtl><HTTPCodeDfntn>Too many clients are trying to connect to the web server.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>71</ordNum><HTTPCode>404</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Not found</HTTPCodeTtl><HTTPCodeDfntn>The origin server didn't find a current representation for the target resource or isn't willing to disclose that one exists.</HTTPCodeDfntn><SubStatusCode>FALSE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>80</ordNum><HTTPCode>404.1</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Site Not Found</HTTPCodeTtl><HTTPCodeDfntn>The requested website doesn't exist.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>81</ordNum><HTTPCode>404.10</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Request header too long</HTTPCodeTtl><HTTPCodeDfntn>The request is denied because the request headers are too long.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>82</ordNum><HTTPCode>404.11</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Request contains double escape sequence</HTTPCodeTtl><HTTPCodeDfntn>The request contains a double escape sequence.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>83</ordNum><HTTPCode>404.12</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Request contains high-bit characters</HTTPCodeTtl><HTTPCodeDfntn>The request contains high-bit characters, and the server is configured not to allow high-bit characters.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>84</ordNum><HTTPCode>404.13</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Content length too large</HTTPCodeTtl><HTTPCodeDfntn>The request contains a Content-Length header. The value of the Content-Length header is larger than the limit that is allowed for the server. For more information, see HTTP Error 404.13 - CONTENT_LENGTH_TOO_LARGE.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>85</ordNum><HTTPCode>404.14</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Request URL too long</HTTPCodeTtl><HTTPCodeDfntn>The requested URL exceeds the limit that is allowed for the server.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>86</ordNum><HTTPCode>404.15</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Query string too long</HTTPCodeTtl><HTTPCodeDfntn>The request contains a query string that is longer than the limit that is allowed for the server.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>87</ordNum><HTTPCode>404.16</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>WebDAV request sent to the static file handler</HTTPCodeTtl><HTTPCodeDfntn>A WebDAV request wasn't processed by a WebDAV feature and was sent to the static file handler.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>88</ordNum><HTTPCode>404.17</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Dynamic content mapped to the static file handler</HTTPCodeTtl><HTTPCodeDfntn>For more information, see HTTP Error 404.17 - Not Found.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>89</ordNum><HTTPCode>404.18</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Query string sequence denied</HTTPCodeTtl><HTTPCodeDfntn>The request contains a query string sequence that isn't allowed.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>90</ordNum><HTTPCode>404.19</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Denied by filtering rule</HTTPCodeTtl><HTTPCodeDfntn>The request was denied due to a Request Filtering rule.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>72</ordNum><HTTPCode>404.2</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>ISAPI or CGI restriction</HTTPCodeTtl><HTTPCodeDfntn>The requested ISAPI resource or the requested CGI resource is restricted on the computer. For more information, see HTTP Error 404.2.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>91</ordNum><HTTPCode>404.2</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Web service extension lockdown policy prevents this request</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>92</ordNum><HTTPCode>404.20</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Too Many URL Segments</HTTPCodeTtl><HTTPCodeDfntn>The request contains too many URL segments.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>73</ordNum><HTTPCode>404.3</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>MIME type restriction</HTTPCodeTtl><HTTPCodeDfntn>The current MIME mapping for the requested extension type is invalid or isn't configured.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>93</ordNum><HTTPCode>404.3</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>MIME map policy prevents this request</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>74</ordNum><HTTPCode>404.4</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>No handler configured</HTTPCodeTtl><HTTPCodeDfntn>The file name extension of the requested URL doesn't have a handler that is configured to process the request on the Web server.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>75</ordNum><HTTPCode>404.5</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Denied by request filtering configuration</HTTPCodeTtl><HTTPCodeDfntn>The requested URL contains a character sequence that is blocked by the server.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>94</ordNum><HTTPCode>404.501</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Not found: concurrent request rate limit reached</HTTPCodeTtl><HTTPCodeDfntn>Dynamic IP Restriction: too many concurrent requests were made from the same client IP.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>95</ordNum><HTTPCode>404.502</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Not found: maximum request rate limit reached</HTTPCodeTtl><HTTPCodeDfntn>Dynamic IP Restriction: the maximum number of requests from the same client IP within a specified time limit was reached.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>96</ordNum><HTTPCode>404.503</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Blocked IP Address</HTTPCodeTtl><HTTPCodeDfntn>IP Restriction: the client IP address is included in the deny list.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>97</ordNum><HTTPCode>404.504</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Not found: host name denied</HTTPCodeTtl><HTTPCodeDfntn>IP Restriction: the client host name is included in the deny list.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>76</ordNum><HTTPCode>404.6</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Verb denied</HTTPCodeTtl><HTTPCodeDfntn>The request is made by using an HTTP verb that isn't configured or that isn't valid.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>77</ordNum><HTTPCode>404.7</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>File extension denied</HTTPCodeTtl><HTTPCodeDfntn>The requested file name extension isn't allowed.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>78</ordNum><HTTPCode>404.8</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Hidden namespace</HTTPCodeTtl><HTTPCodeDfntn>The requested URL is denied because the directory is hidden.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>79</ordNum><HTTPCode>404.9</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Files attribute hidden</HTTPCodeTtl><HTTPCodeDfntn>The requested file is hidden.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>98</ordNum><HTTPCode>405</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>HTTP Method not allowed</HTTPCodeTtl><HTTPCodeDfntn>The method received in the request-line is known by the origin server but not supported by the target resource.</HTTPCodeDfntn><SubStatusCode>FALSE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>99</ordNum><HTTPCode>406</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Client browser does not accept the MIME type of the requested page</HTTPCodeTtl><HTTPCodeDfntn>The client browser doesn't accept the MIME type of the requested resource.</HTTPCodeDfntn><SubStatusCode>FALSE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>100</ordNum><HTTPCode>407</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Proxy authentication required</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>FALSE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>101</ordNum><HTTPCode>408</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Request timed out</HTTPCodeTtl><HTTPCodeDfntn>The server didn't receive a complete request message within the time that it was prepared to wait.</HTTPCodeDfntn><SubStatusCode>FALSE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>102</ordNum><HTTPCode>412</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Precondition failed</HTTPCodeTtl><HTTPCodeDfntn>One or more conditions given in the request header fields evaluated to false when tested on the server.</HTTPCodeDfntn><SubStatusCode>FALSE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>103</ordNum><HTTPCode>413</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Request entity too large</HTTPCodeTtl><HTTPCodeDfntn>The HTTP request payload is too large.</HTTPCodeDfntn><SubStatusCode>FALSE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>104</ordNum><HTTPCode>414</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Request-URI too long</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>FALSE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>105</ordNum><HTTPCode>415</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Unsupported media type</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>FALSE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>106</ordNum><HTTPCode>416</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Requested range not satisfiable</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>FALSE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>107</ordNum><HTTPCode>417</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Execution failed</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>FALSE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>108</ordNum><HTTPCode>423</HTTPCode><HTTPCodeCtgry>Client Error</HTTPCodeCtgry><HTTPCodeTtl>Locked error</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>FALSE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>109</ordNum><HTTPCode>500</HTTPCode><HTTPCodeCtgry>Server Error</HTTPCodeCtgry><HTTPCodeTtl>Internal server error</HTTPCodeTtl><HTTPCodeDfntn>The server encountered an unexpected condition that prevented it from fulfilling the request.</HTTPCodeDfntn><SubStatusCode>FALSE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>110</ordNum><HTTPCode>500.0</HTTPCode><HTTPCodeCtgry>Server Error</HTTPCodeCtgry><HTTPCodeTtl>Module or ISAPI error occurred</HTTPCodeTtl><HTTPCodeDfntn>This HTTP status code may occur for many server-side reasons. For more information, see HTTP Error 500.0 - Internal Server Error.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>111</ordNum><HTTPCode>500.1</HTTPCode><HTTPCodeCtgry>Server Error</HTTPCodeCtgry><HTTPCodeTtl>Internal ASP error</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>112</ordNum><HTTPCode>500.100</HTTPCode><HTTPCodeCtgry>Server Error</HTTPCodeCtgry><HTTPCodeTtl>Internal ASP error</HTTPCodeTtl><HTTPCodeDfntn>An error occurs during the processing of an Active Server Pages (ASP) page. To obtain more specific information about the error, disable friendly HTTP error messages in the web browser. Additionally, the IIS log may show an ASP error number that corresponds to the error that occurs.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>113</ordNum><HTTPCode>500.11</HTTPCode><HTTPCodeCtgry>Server Error</HTTPCodeCtgry><HTTPCodeTtl>Application is shutting down on the web server</HTTPCodeTtl><HTTPCodeDfntn>The request isn't processed because the destination application pool is shutting down. Wait for the worker process to finish shutting down, and then try the request again. If this problem persists, the web application may be experiencing problems that prevent the web application from shutting down correctly.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>114</ordNum><HTTPCode>500.12</HTTPCode><HTTPCodeCtgry>Server Error</HTTPCodeCtgry><HTTPCodeTtl>Application is busy restarting on the Web server</HTTPCodeTtl><HTTPCodeDfntn>The request isn't processed because the destination application pool is restarting. This HTTP status code should disappear when you refresh the page. If this HTTP status code appears again after you refresh the page, the problem may be caused by antivirus software that is scanning the Global.asa file. If this problem persists, the web application may be experiencing problems that prevent the web application from restarting correctly.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>115</ordNum><HTTPCode>500.13</HTTPCode><HTTPCodeCtgry>Server Error</HTTPCodeCtgry><HTTPCodeTtl>Web server is too busy</HTTPCodeTtl><HTTPCodeDfntn>The request isn't processed because the server is too busy to accept any new incoming requests. Typically, this HTTP status code means that the number of incoming concurrent requests exceeds the number that the IIS web application can process. This problem may occur when the performance configuration settings are set too low, the hardware is insufficient, or a bottleneck occurs in the IIS web application. A common troubleshooting method is to generate a memory dump file of the IIS processes when the error is occurring and then to debug the memory dump file.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>116</ordNum><HTTPCode>500.15</HTTPCode><HTTPCodeCtgry>Server Error</HTTPCodeCtgry><HTTPCodeTtl>Direct requests for Global.asa are not allowed</HTTPCodeTtl><HTTPCodeDfntn>A direct request for the Global.asa file or for the Global.asax file is made.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>117</ordNum><HTTPCode>500.16</HTTPCode><HTTPCodeCtgry>Server Error</HTTPCodeCtgry><HTTPCodeTtl>UNC authorization credentials incorrect</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo>6</IISVersNo></record>
	<record><ordNum>118</ordNum><HTTPCode>500.18</HTTPCode><HTTPCodeCtgry>Server Error</HTTPCodeCtgry><HTTPCodeTtl>URL authorization store cannot be opened</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo>6</IISVersNo></record>
	<record><ordNum>119</ordNum><HTTPCode>500.19</HTTPCode><HTTPCodeCtgry>Server Error</HTTPCodeCtgry><HTTPCodeTtl>Data for this file is configured improperly in the metabase</HTTPCodeTtl><HTTPCodeDfntn>This HTTP status code occurs because of a problem in the associated applicationhost.config file or in the associated Web.config file. For more information, see HTTP Error 500.19.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>120</ordNum><HTTPCode>500.21</HTTPCode><HTTPCodeCtgry>Server Error</HTTPCodeCtgry><HTTPCodeTtl>Module not recognized</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>121</ordNum><HTTPCode>500.22</HTTPCode><HTTPCodeCtgry>Server Error</HTTPCodeCtgry><HTTPCodeTtl>An ASP.NET httpModules configuration does not apply in Managed Pipeline mode</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>122</ordNum><HTTPCode>500.23</HTTPCode><HTTPCodeCtgry>Server Error</HTTPCodeCtgry><HTTPCodeTtl>An ASP.NET httpHandlers configuration does not apply in Managed Pipeline mode</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>123</ordNum><HTTPCode>500.24</HTTPCode><HTTPCodeCtgry>Server Error</HTTPCodeCtgry><HTTPCodeTtl>An ASP.NET impersonation configuration does not apply in Managed Pipeline mode</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>124</ordNum><HTTPCode>500.50</HTTPCode><HTTPCodeCtgry>Server Error</HTTPCodeCtgry><HTTPCodeTtl>A rewrite error occurred during RQ_BEGIN_REQUEST notification handling. A configuration or inbound rule execution error occurred</HTTPCodeTtl><HTTPCodeDfntn>Here's where the distributed rules configuration is read for both inbound and outbound rules.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>125</ordNum><HTTPCode>500.51</HTTPCode><HTTPCodeCtgry>Server Error</HTTPCodeCtgry><HTTPCodeTtl>A rewrite error occurred during GL_PRE_BEGIN_REQUEST notification handling. A global configuration or global rule execution error occurred</HTTPCodeTtl><HTTPCodeDfntn>Here's where the global rules configuration is read.</HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>126</ordNum><HTTPCode>500.52</HTTPCode><HTTPCodeCtgry>Server Error</HTTPCodeCtgry><HTTPCodeTtl>A rewrite error occurred during RQ_SEND_RESPONSE notification handling. An outbound rule execution occurred</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>127</ordNum><HTTPCode>500.53</HTTPCode><HTTPCodeCtgry>Server Error</HTTPCodeCtgry><HTTPCodeTtl>A rewrite error occurred during RQ_RELEASE_REQUEST_STATE notification handling. An outbound rule execution error occurred. The rule is configured to be executed before the output user cache gets updated</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>128</ordNum><HTTPCode>501</HTTPCode><HTTPCodeCtgry>Server Error</HTTPCodeCtgry><HTTPCodeTtl>Header values specify a configuration that is not implemented</HTTPCodeTtl><HTTPCodeDfntn>The server doesn't support the functionality required to fulfill the request.</HTTPCodeDfntn><SubStatusCode>FALSE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>129</ordNum><HTTPCode>502</HTTPCode><HTTPCodeCtgry>Server Error</HTTPCodeCtgry><HTTPCodeTtl>Web server received an invalid response while acting as a gateway or proxy</HTTPCodeTtl><HTTPCodeDfntn>The server, while acting as a gateway or proxy, received an invalid response from an inbound server it accessed while attempting to fulfill the request. For more information, see Troubleshooting 502 Errors in ARR.</HTTPCodeDfntn><SubStatusCode>FALSE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>130</ordNum><HTTPCode>502.1</HTTPCode><HTTPCodeCtgry>Server Error</HTTPCodeCtgry><HTTPCodeTtl>CGI application timeout</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>131</ordNum><HTTPCode>502.2</HTTPCode><HTTPCodeCtgry>Server Error</HTTPCodeCtgry><HTTPCodeTtl>Error in CGI application</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>133</ordNum><HTTPCode>502.2</HTTPCode><HTTPCodeCtgry>Server Error</HTTPCodeCtgry><HTTPCodeTtl>Bad gateway: Premature Exit</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>134</ordNum><HTTPCode>502.2</HTTPCode><HTTPCodeCtgry>Server Error</HTTPCodeCtgry><HTTPCodeTtl>Map request failure (ARR)</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>135</ordNum><HTTPCode>502.3</HTTPCode><HTTPCodeCtgry>Server Error</HTTPCodeCtgry><HTTPCodeTtl>Bad Gateway: Forwarder Connection Error (ARR)</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>136</ordNum><HTTPCode>502.3</HTTPCode><HTTPCodeCtgry>Server Error</HTTPCodeCtgry><HTTPCodeTtl>WinHTTP asynchronous completion failure (ARR)</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>137</ordNum><HTTPCode>502.4</HTTPCode><HTTPCodeCtgry>Server Error</HTTPCodeCtgry><HTTPCodeTtl>Bad Gateway: No Server (ARR)</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>138</ordNum><HTTPCode>502.4</HTTPCode><HTTPCodeCtgry>Server Error</HTTPCodeCtgry><HTTPCodeTtl>No server (ARR)</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>139</ordNum><HTTPCode>502.5</HTTPCode><HTTPCodeCtgry>Server Error</HTTPCodeCtgry><HTTPCodeTtl>WebSocket failure (ARR)</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>140</ordNum><HTTPCode>502.6</HTTPCode><HTTPCodeCtgry>Server Error</HTTPCodeCtgry><HTTPCodeTtl>Forwarded request failure (ARR)</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>141</ordNum><HTTPCode>502.7</HTTPCode><HTTPCodeCtgry>Server Error</HTTPCodeCtgry><HTTPCodeTtl>Execute request failure (ARR)</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>TRUE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>142</ordNum><HTTPCode>503</HTTPCode><HTTPCodeCtgry>Server Error</HTTPCodeCtgry><HTTPCodeTtl>Service unavailable</HTTPCodeTtl><HTTPCodeDfntn>The server is currently unable to handle the request due to a temporary overload or scheduled maintenance, which will likely be alleviated after some delay.</HTTPCodeDfntn><SubStatusCode>FALSE</SubStatusCode><IISVersNo>6</IISVersNo></record>
	<record><ordNum>143</ordNum><HTTPCode>503.0</HTTPCode><HTTPCodeCtgry>Server Error</HTTPCodeCtgry><HTTPCodeTtl>Application pool unavailable</HTTPCodeTtl><HTTPCodeDfntn>The request is sent to an application pool that is currently stopped or disabled. To resolve this issue, make sure that the destination application pool is started. The event log may give information about why the application pool is stopped or disabled.</HTTPCodeDfntn><SubStatusCode>FALSE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>144</ordNum><HTTPCode>503.2</HTTPCode><HTTPCodeCtgry>Server Error</HTTPCodeCtgry><HTTPCodeTtl>Concurrent request limit exceeded</HTTPCodeTtl><HTTPCodeDfntn>The appConcurrentRequestLimit property is set to a value that is lower than the current number of concurrent requests. IIS doesn't allow more concurrent requests than the value of the appConcurrentRequestLimit property.</HTTPCodeDfntn><SubStatusCode>FALSE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>145</ordNum><HTTPCode>503.3</HTTPCode><HTTPCodeCtgry>Server Error</HTTPCodeCtgry><HTTPCodeTtl>ASP.NET queue full</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>FALSE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>146</ordNum><HTTPCode>503.4</HTTPCode><HTTPCodeCtgry>Server Error</HTTPCodeCtgry><HTTPCodeTtl>FastCGI queue full</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>FALSE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>147</ordNum><HTTPCode>504</HTTPCode><HTTPCodeCtgry>Server Error</HTTPCodeCtgry><HTTPCodeTtl>Gateway timeout</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>FALSE</SubStatusCode><IISVersNo></IISVersNo></record>
	<record><ordNum>148</ordNum><HTTPCode>505</HTTPCode><HTTPCodeCtgry>Server Error</HTTPCodeCtgry><HTTPCodeTtl>HTTP version not supported</HTTPCodeTtl><HTTPCodeDfntn></HTTPCodeDfntn><SubStatusCode>FALSE</SubStatusCode><IISVersNo></IISVersNo></record>

	<!--source: .\Data\[IISLogB.xlsm]Admin!AY4:BE152 -->
</xml>