Browse page Error Type Daquan

Source: Internet
Author: User
Tags html comment iis administration

Browse page error type Daquan&NBSP;400 cannot resolve this request. 401.1 Unauthorized: Access is denied due to invalid credentials. 401.2 Unauthorized: Access is denied because the server configuration tends to use an alternate authentication method. 401.3 Unauthorized: Access is denied because the ACL is set on the requested resource. 401.4 Unauthorized: The filter authorization failed to install on the WEB server. 401.5 Unauthorized: ISAPI/CGI application authorization failed. 401.7 Unauthorized: Access is denied because of a URL authorization policy on the WEB server. 403 Forbidden Access: Access is denied. 403.1 Forbidden: Execution access is denied. 403.2 Forbidden: Read access is denied. 403.3 Forbidden: Write access is denied. 403.4 Forbidden: You need to view the resource using SSL. 403.5 Forbidden: You need to use SSL 128 to view the resource. 403.6 Forbidden: The IP address of the client is denied. 403.7 Forbidden: SSL client certificate required. 403.8 Forbidden: The DNS name of the client is denied. 403.9 Forbidden: Too many clients try to connect to the WEB server. 403.10 Forbidden: The WEB server is configured to deny execution access. 403.11 Forbidden: The password has changed. 403.12 Forbidden: The server certificate mapper denied client certificate access. 403.13 Forbidden: The client certificate has been revoked on the WEB server. 403.14 Forbidden: The directory list has been rejected on the WEB server. 403.15 Forbidden: The WEB server has exceeded the Client Access License limit. 403.16 Forbidden: The client certificate is malformed or not trusted by the WEB server. 403.17 Forbidden: The client certificate has expired or is not yet valid. 403.18 Forbidden: Unable to execute the requested URL in the current application pool. 403.19 Forbidden: The CGI cannot be executed for the client in this application pool. 403.20 Forbidden: Passport Login failed. 404 file or directory not found. 404.1 file or directory not found: The Web site cannot be accessed on the requested port. Note The 404.1 error only appears on computers that have multiple IP addresses. If a client request is received on a particular IP address/port combination and the IP address is not configured to listen on that particular port, IIS returns a 404.1 HTTP error. For example, if a computer has two IP addresses and only one of the IP addresses is configured to listen on port 80, any requests received from port 80 by another IP address will cause IIS to return404.1 error. This error should only be set at this service level, because it is returned to the client only if multiple IP addresses are used on the server. 404.2 the file or directory could not be found: The lock policy prohibits the request. 404.3 the file or directory could not be found: the MIME mapping policy prohibits the request. 405 The HTTP action used to access the page is not licensed. 406 The client browser does not accept the MIME type of the requested page. The 407 WEB server requires initial proxy authentication. 410 file has been deleted. 412 The prerequisites for client settings fail when evaluated on the WEB server. 414 The request URL is too large, so the URL is not accepted on the WEB server. 500 Server Internal error. 500.11 Server Error: The application on the WEB server is shutting down. 500.12 Server Error: The application on the WEB server is restarting. 500.13 Server Error: The WEB server is too busy. 500.14 Server Error: Invalid application configuration on the server. 500.15 Server error: Direct request for GLOBAL is not allowed. Asa. 500.16 Server Error: UNC authorization credentials are incorrect. 500.17 Server Error: The URL authorization store could not be found. 500.18 Server Error: The URL authorization store cannot be opened. 500.19 Server Error: The file's data is not configured correctly in the configuration database. 500.20 Server Error: The URL authorization domain could not be found. 500 100 Internal Server error: ASP error. 501 The configuration specified by the caption value is not executed. An invalid response was received by the 502 Web server as a gateway or proxy server. WIN2003 SERVER IIS6.0 ASP Error Resolution event ID description 0100 low memory. Unable to allocate the required memory. 0101 unexpected error. function returns |. 0102 requires string input. The function requires a string input. 0103 Digital input required. The function requires a numeric input. 0104 operation is not allowed. 0105 index out of range. The array index is out of range. 0106 types do not match. An unhandled data type was encountered. 0107 data size is too large. The size of the data sent in the request exceeds the allowable limit. 0108 failed to create object. An error occurred while creating the object '%s '. 0109 member not found. 0110 unknown name. 0111 unknown interface. 0112 parameter is missing. 0113 the script timed out. Exceeded the maximum time the script was run. You can change this limit by specifying a new value for the Server.ScriptTimeout property or by modifying the value in the IIS administration tool. 0114 objects are not available for free threading. Application Objects Accept Freedom onlyThe thread object, and the object '%s ' is not available for free threading. 0115 unexpected error. A catch error (%x) occurred in the external object. The script cannot continue running. 0116 script delimiter end tag is missing. Script block missing script end tag (%>). 0117 script end tag is missing. Script block missing script end tag (</SCRIPT>) or marker end symbol (>). 0118 the end tag of the object is missing. Object block missing object end tag (</OBJECT>) or marker end symbol (>). 0119 Classid or Progid property is missing. Object instance ' | ' requires a valid CLASSID or Progid in the object tag. 0120 Runat property is not valid. The Runat property of a script tag or object tag can have only the ' Server ' value. 0121 the range in the OBJECT tag is not valid. Object instance ' | ' cannot be scoped to application or Session. To create an instance of an object with a Session or application scope, you would add a Global.asa file with the object tag. 0122 the range in the OBJECT tag is not valid. Object instance ' | ' must have a application or Session scope. This applies to all objects created within the Global.asa file. 0123 The Id attribute is missing. The Id attribute required for the Object tag is missing. 0124 Language property is missing. The Language attribute required for the Object tag is missing. 0125 attribute end tag is missing. The value of the ' | ' property does not have an end delimiter. 0126 The Include file was not found. The Include file ' | ' was not found. 0127 the end tag of the HTML comment is missing. The HTML comment or the include file on the server side is missing the end tag (--). 0128 File or Virtual property is missing. The Include file name must be specified with the file or Virtual property. 0129 unknown scripting language. The Scripting language ' | ' is not found on the server. The 0130 File property is not valid. The File property ' | ' 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 compilation error. Unable to process Active Server Page ' | '. 0133 ClassID property is not valid. The OBJECT tag has an invalid ClassID ' | '。 The 0134 ProgID property is not valid. The object has an invalid ProgID ' | '. 0135 loops are included. The file ' | ' contains itself (possibly not directly included). Please check other include statements in the include file. 0136 object instance name is not valid. Object instance ' | ' attempted to use a reserved name. This name is used by an internal object in Active Server Pages. 0137 Global script is not valid. The script block must be one of the allowed Global.asa procedures. Script directives are not allowed in the Global.asa file in <%.%>. The allowed procedure names are Application_OnStart, Application_OnEnd, Session_OnStart, or Session_OnEnd. 0138 script block nesting. The script block cannot be placed inside another script block. 0139 nested objects. An OBJECT tag cannot be placed inside another object tag. The 0140-page command is in the wrong order. The @ command must be the first command in the Active Server Page. The 0141-page command repeats. The @ command can only be used once in the Active Server Page. 0142-wire Thread card error. Unable to open line thread card. 0143 the application name is invalid. A valid application name was not found. 0144 initialization error. The page-level object list failed while initializing. 0145 New application failed. A new application could not be added. 0146 New session failed. A new session could not be added. 0147 500 Server error. 0148 server is too busy. 0149 the application is restarting. The request cannot be processed during the restart of the application. 0150 application Directory error. The application directory could not be opened. 0151 Change notification error. The change notification event could not be created. 0152 security error. An error occurred while processing user security credentials. 0153 thread error. A new thread request has failed. 0154 HTTP Header write error. The HTTP header could not be written to the client browser. 0155 page Content write error. Page content cannot be written to the client browser. 0156 header error. The HTTP header has been written to the client browser. Any HTTP headers must be modified before the page content is written. 0157 enable buffering. Cannot be closed after buffering is enabled. 0158 URL is missing. The URL is required. 0159 buffering is off. Buffering must be enabled. 0160 Log record error. Failed to write entry to log. 0161 data type error. Converting a variant to a String variable failed. 0162 cookies cannot be modified. Cannot modify Cookie ' AspsessiOnid '. It is a reserved Cookie name. 0163 invalid comma usage. Commas are not allowed in log entries. Please select another delimiter. 0164 TimeOut value is invalid. The specified TimeOut value is not valid. 0165 SessionID error. Unable to create SessionID string. 0166 object not initialized. An attempt was made to access an uninitialized object. 0167 Session initialization error. An error occurred while initializing the Session object. 0168 prohibited objects to use. The inner object cannot be saved in the Session object. 0169 object information is missing. You cannot save an object with incomplete information in the Session object. Requires threading model information for the object. 0170 Delete session error. The Session could not be deleted correctly. 0171 path is missing. You must specify the Path parameter for the MapPath method. The 0172 path is invalid. The path to the MapPath method must be a virtual path. An actual path was used. 0173 path character is invalid. An invalid character was specified in the Path parameter of the MapPath method. More than 0174 path characters are invalid. An invalid '/' or ' \ \ ' is specified in the Path parameter of the MapPath method. 0175 The path character is not allowed. The '. ' character is not allowed in the Path parameter of the MapPath method. 0176 path not found. The path parameter of the MapPath method does not match the known path. 0177 Server.CreateObject failed. %s0178 Server.CreateObject access error. The call to Server.CreateObject failed when the check power was limited. Access to this object is denied. 0179 Application initialization error. An error occurred while initializing the Application object. 0180 prohibited objects to use. The inner object cannot be saved in the Application object. 0181 The threading model is invalid. Objects that use the apartment threading model cannot be stored in the Application object. 0182 object information is missing. An object with incomplete information cannot be saved in the Application object. The threading model information for this object is required. 0183 empty Cookie entry. Cannot save empty item Cookie. 0184 Cookie name is missing. You must specify a name for the Cookie. 0185 default property is missing. The default property for the object was not found. 0186 Certificate parsing error. 0187 object add conflict. The object cannot be added to the application. The application is locked by another request to add an object. 0188 prohibited objects to use. Objects created with object tags cannot be added to the inside of the session.0189 prohibited objects to use. Objects created with object tags cannot be added inside the application. 0190 unexpected error. A catch error occurred while releasing the external object. 0191 unexpected error. A catch error occurred in the OnStartPage method of the external object. 0192 unexpected error. A catch error occurred in the OnEndPage method of the external object. 0193 OnStartPage failed. An error occurred in the OnStartPage method of the external object. 0194 OnEndPage failed. An error occurred 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 the out-of-process component could not be started. Only InProc server components can be used. To use the LocalServer component, you must set the AspAllowOutOfProcComponents configuration database settings. See the Help file for important considerations. 0197 prohibited objects to use. objects that have cell model behavior cannot be added to an application's internal object. 0198 the server is shutting down. The request cannot be processed. 0199 prohibited objects to use. You cannot add a JScript object to the session. 0200 exceeds the ' Expires ' attribute range. The date and time specified for ' Expires ' is before January 1, 1980 or after 3:14:07 GMT on January 19, 2038. 0201 The default scripting language is not valid. The default scripting language specified for this application is not valid. 0202 code page is missing. The code page property is missing. 0203 code page is not valid. The specified code page property is not valid. 0204 CodePage value is invalid. The specified CodePage value is not valid. 0205 change Notification. Failed to create a change notification event. 0206 cannot call BinaryRead. You cannot call BinaryRead after you use the Request.Form collection. 0207 cannot use Request.Form. The Request.Form collection cannot be used after calling BinaryRead. 0208 cannot use the Universal Request collection. The universal Request collection cannot be used after calling BinaryRead. 0209 the value of the TRANSACTION property is illegal. The TRANSACTION property can only be REQUIRED, requires_new, supported, or not_supported. 0210 method not implemented. This method has not been implemented. 0211 Object out of range. Referencing the built-in ASP object, this operation is no longer valid. 0212 the buffer cannot be cleared. Response.Flush cannot have response.clear after client debugging is enabled. 0214 Path parameter is invalid. The Path parameter exceeds the maximum allowable length. 0215 the value of the EnableSessionState property is illegal. The value of the EnableSessionState property can only be TRUE or FALSE. The 0216 MSDTC service is not running. If the MSDTC service is not running, you cannot run transactional Web pages. 0217 the range in the OBJECT tag is not valid. The object must be scoped to a Page, Session, or application. 0218 LCID lost. The LCID attribute is missing. The 0219 LCID is invalid. The specified LCID is not available. 0220 not allowed to request GLOBAL. Asa. The request is not allowed to point to GLOBAL. The URL of the ASA. The 0221 @ command is invalid. The specified ' | ' option is unknown or invalid. 0222 TYPELIB specification is invalid. The METADATA tag contains an invalid type library specification. 0223 TypeLib not found. The METADATA tag contains a type library specification that does not match the registry key. 0224 Unable to load TYPELIB. The type library specified in the METADATA tag could not be loaded. 0225 cannot pack TypeLib. Type library wrapper objects cannot be created from the type library specified in the METADATA tag. 0226 cannot modify StaticObjects. The StaticObjects collection cannot be modified at run time. 0227 Server.Execute failed. The call to Server.Execute failed. 0228 Server.Execute error. Calling Server.Execute failed while loading this page. 0229 Server.Transfer failed. The call to Server.Transfer failed. 0230 Server.Transfer error. Calling Server.Transfer failed while loading this page. 0231 Server.Execute error. The URL format used is invalid, or a fully qualified absolute URL is used. Please use a relative URL. 0232 Cookie specification is invalid. The METADATA tag contains an invalid Cookie specification. 0233 Unable to load Cookie script source. Unable to load the Cookie script source file specified in the METADATA tag. 0234 include directivesInvalid. There may be no server-side include file directives in the script block. Please use the Src= property of the <SCRIPT> tag. 0235 Server.Transfer error. The URL format used is invalid, or a fully qualified absolute URL is used. Please use a relative URL. 0236 Cookie specification is invalid. The METADATA tag contains an invalid SRC parameter or is missing the parameter. 0237 Cookie specification is invalid. The METADATA tag contains an invalid NAME parameter or is missing the parameter. 0238 property value is missing. No value was specified for the ' | ' property. 0239 Unable to process the file. UNICODE ASP files are not supported. 0240 scripting engine exception. ScriptEngine '%x ' exception was thrown from '%s ' in '%s '. 0241 CreateObject exception. The CreateObject of '%s ' throws a%x exception. 0242 Query OnStartPage Interface exception. The OnStartPage or OnEndPage method of the query's '%s ' object throws a%x exception. The METADATA tag in 0243 Global.asa is invalid. Only METADATA type= "TypeLib" can be used in Global.asa. 0244 session state cannot be enabled. Session state cannot be enabled when a session is disabled in the application. 0245 code page values are used in a mix. The specified @CODEPAGE value differs from the value of the saved format of the CODEPAGE or file that contains the file. 0246 too many concurrent users. Please try again later. 0247 binaryread parameter is invalid. The BinaryRead parameter must be a non-negative value. 0248 script not processed. This ASP file must be processed to use the ObjectContext object. 0249 cannot use IStream on Request. You cannot use IStream on the Request object after using the Request.Form collection or Request.BinaryRead. 0250 The default code page is invalid. The default code page specified for this application is not valid. 0251 exceeded the response buffer limit. The execution of an ASP page causes the response buffer to exceed its configuration limit.

Browse page Error Type Daquan

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.