400 Unable to resolve this request.
401.1 Unauthorized: Access is rejected due to invalidation of credentials.
401.2 Unauthorized: Access is rejected due to server configuration tends to use an alternate authentication method.
401.3 Unauthorized: Access Due to the setting of the ACL to the requested resource is rejected.
401.4 Unauthorized: Filter authorization installed on the web server failed.
401.5 Unauthorized: ISAPI / CGI application authorization failed.
401.7 Unauthorized: Demonstrates access to the URL authorization policy on the web server.
403 Prohibits Access: Access is rejected.
403.1 Prohibiting Access: Perform access is rejected.
403.2 Prohibition Access: Read Access Rejected.
403.3 Forbidden access: Write access is rejected.
403.4 Disable access: You need to use SSL to view the resource.
403.5 Disable access: You need to use SSL 128 to view this resource.
403.6 Disable access: The client's IP address is rejected.
403.7 Forbidden access: You need SSL client certificates.
403.8 Forbidden access: The client's DNS name is rejected.
403.9 Disable access: Too many clients attempt to connect to the web server.
403.10 Prohibiting access: The web server is configured to refuse to perform access.
403.11 Prohibits Access: The password has been changed.
403.12 Prohibition of access: The server certificate map rejects client certificate access.
403.13 Prohibits Access: The client certificate has been revoked on the web server.
403.14 Prohibiting access: The directory list has been rejected on the web server.
403.15 Prohibiting access: The web server has exceeded the client access license limit.
403.16 Prohibition of access: Client certificate format errors or is not trustworthy by the web server.
403.17 Prohibition of access: Client certificates have expired or have not yet taken effect.
403.18 Disable access: The requested URL cannot be performed in the current application pool.
403.19 Prohibiting access: CMI cannot be performed for the client in the application pool.
403.20 Prohibition of access: Passport login failed.
404 can't find a file or directory.
404.1 Files or Directory Non-found: The website cannot be accessed on the requested port.
Note 404.1 Errors only appear on a computer with multiple IP addresses. If a client request is received on a particular IP address / port combination, the IIS returns 404.1 HTTP error without listening to the specific port. For example, if a computer has two IP addresses, only one of the IP addresses is configured to listen on port 80, and any request received from port 80 will cause IIS to return 404.1 errors. This error should only be set at this service level because it will only return it to the client only when using multiple IP addresses on the server.
404.2 Files or directorys cannot be found: The lock policy is forbidden to request.
404.3 Files or directorys cannot find: MIME mapping policies are prohibited from requesting.
405 The HTTP action used to access the page is not licensed.
406 Client browser does not accept the MIME type of the requested page.
407 web server requires an initial proxy verification.
The 410 file has been deleted.
412 The prerequisite for client settings failed when evaluated on a web server.
414 Request URL is too large, so this URL is not accepted on the web server.
500 server internal error.
500.11 Server Error: The application on the web server is closing.
500.12 Server Error: The application on the web server is restarting.
500.13 Server error: Web server is too busy.
500.14 Server error: Invalid application configuration on the server.
500.15 server error: Do not allow direct request to Global.asa. 500.16 Server error: UNC authorization credentials are incorrect.
500.17 Server error: URL authorization storage cannot be found.
500.18 Server error: URL authorization storage cannot be opened.
500.19 Server Error: The data for this file is not configured in the configuration database.
500.20 Server error: The URL authorized field cannot be found.
500 100 Internal Server Error: ASP error.
501 Title The specified configuration is not executed.
502 The web server receives an invalid response as a gateway or a proxy server.
Win2003 Server IIS6.0 ASP Error Analysis
Event ID description
0100 Insufficient memory. Unable to assign the required memory.
0101 unexpected error. Function returns |.
0102 requires a string input. The function requires a string input.
0103 Requires digital input. The function requires a digital input.
0104 is not allowed.
0105 Index is out of range. Array index is out of range.
0106 type does not match. Enabling unprocessed data types.
0107 The data is too large. The data size sent in the request exceeds the allowable limit.
0108 Creating an object failed. An error occurred while creating object '% s'.
0109 member is not found.
0110 Unknown name.
0111 Unknown interface.
0112 Parameter loss.
0113 Script timeout. The maximum time of the script is running. This limit can be changed by specifying a new value for the Server.ScriptTimeout property or modifying the value in the IIS Administration Tool.
0114 Objects are not available to free threads. Applications only accept free thread objects; and object '% s' is not available for free threads.
0115 unexpected error. A captuable error occurred in an external object (% x). The script cannot continue to run.
0116 Script separator end tag is lost. The script block is missing the script end tag (%>).
0117 Script end tag is lost. The script block is missing the script end tag ( script>) or tag end symbol (>).
0118 The end tag of the object is lost. The object block lacks the object end tag ( Object>) or tag end symbol (>).
0119 ClassID or PROGID attribute is lost. Object instance '|' requires a valid ClassID or ProgID in the object tag.
The 0120 runat property is invalid. The runat attribute of the script tag or object tag can only have the 'server' value.
The range in the 0121 object mark is invalid. Object instance '|' The scope of action cannot be Application or session. To create an object instance with a SESSION or Application scope, add the Object tag in the Global.asa file.
The range in the 0122 object mark is invalid. Object instance '|' must have an Application or session scope. This will be applied to all objects created in the global.asa file.
0123 Lack of ID attributes. The ID attribute required to lack the object tag.
0124 Language attribute is lost. Lack of the Language property required for the Object tag.
0125 Attribute end tag is lost. The value of '|' attribute does not end the separator.
0126 Didn't find the incline file. No include file '|'
0127 End tag of the HTML annotation is lost. HTML comments or end tags (->) of the included files in the server side.
0128 FILE or Virtual property is lost. The include file name must be specified with a file or virtual property.
0129 Unknown scripting language. The scripting language '|' found on the server.
0130 File attribute is invalid. File attribute '|' cannot start with a slash or backslash.
0131 The parent path is not allowed. The include file '|' cannot contain '..' to represent the parent directory. 0132 Compiling errors. Unable to process Active Server Page '|'.
0133 ClassID attribute is invalid. Object markers have an invalid classid '|'.
0134 The Progid property is invalid. The object has an invalid progid '|'.
The 0135 cycle is included. File '|' contains it itself (possibly not directly included). Please check the other include statements in the included file.
0136 Object instance name is invalid. Object instance '|' Attempt to use a reserved name. This name is used by the internal objects of Active Server Pages.
0137 The global script is invalid. The script block must be one of the allowed Global.asa processes. Script instructions are not allowed in <% ...%> in the global.asa file. The allowed process name is Application_onstart, Application_ONEND, SESSION_ONSTART or Session_Onnd.
0138 Script block nested. The script block cannot be placed in another script block.
0139 Nested object. Object markers cannot be placed in another object mark.
The 0140 page command order is incorrect. The @ command must be the first command in the Active Server Page.
Page 0141 Repeat. The @ command can only be used once in Active Server Page.
0142 thread bell error. Unable to open the threading.
0143 Application name is invalid. Did not find a valid application name.
0144 Initialization error. The list of objects in the page level failed.
0145 New application failed. Unable to add new applications.
0146 new session failed. Unable to add a new session.
0147 500 server error.
0148 The server is too busy.
0149 is restarting the application. Request requests during the restart application.
0150 application catalog error. Unable to open the application directory.
0151 Change the notification error. Unable to create a change notification event.
0152 Security error. An error occurred while processing user security credentials.
0153 thread error. The new thread request has failed.
0154 HTTP header write error. The HTTP head cannot be written to the client browser.
Page 0155 Content write error. Page content cannot be written to the client browser.
0156 head error. The HTTP header has been written to the client browser. Any HTTP header must be modified before writing to page.
0157 Enable buffer. The buffer cannot be turned off after the buffer is enabled.
0158 URL is lost. URL is required.
0159 The buffer has been closed. The buffer must be enabled.
0160 logging error. Write an entry into the log failed.
0161 Data type error. Converting Variant to String variables failed.
0162 Cannot modify cookies. You cannot modify cookie 'aspsessionID'. It is a reserved cookie name.
0163 comma usage is invalid. A comma can not be used in the log entry. Please select another separator.
0164 TIMEOUT value is invalid. The specified Timeout value is invalid.
0165 sessionID error. Unable to create a sessionid string.
0166 Objects were not initialized. Try to access the uninitial object.
0167 session initialization error. An error occurred while initializing the Session object.
0168 Forbidden objects are used. Internal objects cannot be saved in the Session object.
0169 Lack of object information. The information is not saved in the Session object. The thread model information of the object is required.
0170 Delete a session error. The session cannot be removed correctly.
The 0171 path is lost. The PATH parameter must be specified for the mappath method.
The 0172 path is invalid. The path to the mappath method must be a virtual path. Use an actual path.
0173 Path character is invalid. An invalid character is specified in the Path parameter of the Mappath method.
0174 Multiple path characters are invalid. Invalid '/' or '//' specified in the Path parameter of the Mappath method. 0175 Do not allow path characters. The '..' character is not allowed in the PATH parameter of the Mappath method.
0176 Didn't find the path. The Path parameter of the Mappath method does not match known paths.
0177 Server.createObject failed. % s
0178 Server.createObject Access Error. Call server.createObject when checking the permissions failed. Access to this object is rejected.
0179 application initialization error. An error occurred while initializing the Application object.
0180 Forbidden objects are used. The internal object cannot be saved in the Application object.
The 0181 thread model is invalid. Objects using the unit thread model cannot be stored in the Application object.
0182 Object information is lost. Information is not saved in the Application object. The thread model information of this object is required.
Empty Cookie items 0183. Air type cookies cannot be saved.
0184 Cookie name is lost. The name must be specified for the cookie.
0185 Default attribute is lost. The default properties of the object are not found.
0186 certificate analysis error.
0187 object Add conflict. Unable to add objects to your application. The application is locked by another request to add an object.
0188 Forbidden objects are used. You cannot add objects created with object tags to the interior of the session.
0189 Objects are used. The objects created with object tags cannot be added to the application inside.
0190 unexpected error. An error occurred while releasing the external object.
0191 unexpected error. A capture error occurs in the onStartPage method of the external object.
0192 unexpected error. A capture error occurs in the OneNDPAGE method of the external object.
0193 OnStartPage failed. An error in the onstartpage method of the external object.
0194 OneendPage failed. An error in the OneNDPAGE method of the external object.
0195 Invalid server method call. This method of the Server object cannot be called during Session_ONEND and Application_Onend.
0196 Unable to start the process outsourcing. You can only use the Inproc server component. To use the LocalServer component, you must set the AspallowOutOfProcComponents configuration database settings. Please refer to the help file to learn about important considerations.
0197 Forbidden objects are used. You cannot add objects with a unit model to the application internal object.
0198 The server is being closed. Cannot handle the request.
0199 Forbidden objects are used. The JScript object cannot be added to the session.
0200 is exceeded in the 'Expires' attribute range. The date and time specified for 'Expires' before January 1, 1980 or after January 19, 2038. 3:14:07 GMT.
0201 The default script language is invalid. The default scripting language specified for this application is invalid.
0202 code page is lost. The code page property is lost.
The 0203 code page is invalid. The specified code page property is invalid.
The 0204 CodePage value is invalid. The specified CODEPAGE value is invalid.
Change notification 0205. Creating a change notification event failed.
0206 cannot call BinaryRead. BinaryRead cannot be called after using the request.form collection.
0207 cannot use Request.Form. Request.form collection cannot be used after calling binaryread.
0208 Cannot use a universal request collection. The universal request collection cannot be used after calling binaryread.
0209 TRANSACTION attribute value illegal. The Transaction property can only be Required, Requires_New, Supported or not_supported.
The 0210 method is not implemented. This method has not been implemented.
0211 object is out of range. This operation is no longer effective in reference to built-in ASP objects. 0212 Unable to clear the buffer. When the client debug is enabled, response.flush can't have Response.clear after RESPONSE.FLUSH.
0214 path parameters are invalid. The PATH parameter exceeds the maximum length allowed.
0215 The value of the enablesionsState property is illegal. The value of the enablesessionState property can only be True or False.
0216 MSDTC service is not running. If you do not run the MSDTC service, you cannot run a transactional web page.
The range in the 0217 object mark is invalid. The scope of the object must be Page, Session or Application.
0218 LCID is lost. LCID attribute is lost.
0219 LCID is invalid. The specified LCID is not available.
0220 does not allow you to request global.asa. Request to point to Global.asa's URL is not allowed.
0221 @ Command The command is invalid. The specified '|' option is unknown or invalid.
0222 TYPELIB specification is invalid. Metadata tag contains invalid type library specification.
0223 did not find Typelib. The type library specification and registry items containing the Metadata tag do not match.
0224 Unable to load Typelib. Unable to load the type library specified in the Metadata tag.
0225 Unable to package Typelib. Create type library packaging objects cannot be created by the type library specified in the Metadata tag.
0226 Unable to modify staticObjects. The StaticObjects collection cannot be modified when running.
0227 Server.execute failed. Call server.execute failed.
0228 Server.execute error. Call Server.execute when loading this page failed.
0229 Server.Transfer failed. Call server.transfer failed.
0230 Server.Transfer error. Call the Server.Transfer when loading this page.
0231 Server.execute error. The URL format used is invalid, or a fully qualified absolute URL is used. Please use the relative URL.
0232 Cookie specification is invalid. The Metadata tag contains an invalid Cookie specification.
0233 Unable to load the cookie script source. Unable to load the cookie script source file in the Metadata tag.
0234 contains an invalidation of the instruction. There may be no server-side file instructions in the script block. Please use the SRC = property of the