A set of solutions for IIS faults that are most likely to occur

Source: Internet
Author: User

1. When a prompt page is displayed, the page cannot be displayed. If the Error 500 is displayed, no detailed prompt information is displayed.
You can perform the following operations to display detailed prompts: IE-tools-Internet Options-advanced-friendly HTTP Error message prompt.
The detailed prompt is displayed.
The following is a solution to the 500 error. Copy the following information and save it:
Solution to iis6.0 (ASP cannot be accessed) Requested resources in use. bat
Then execute the command on the server, and your asp will run normally again.

Echo off
ECHO file Description: solution to iis6.0: the best solution for the requested resources in use
Echo contact
ECHO is restoring IIS 500 error. Please wait ......
Net stop IISADMIN/y
Regsvr32 % WINDIR % \ system32 \ jscript. dll
Regsvr32 % WINDIR % \ system32 \ VBScript. dll
Net start w3svc
Echo.
Echo congratulations! 500 Error solved!
Echo.
Pause
Exit
2. The system prompts a database connection error during installation.
First, check whether the database path settings of the const file are correct.
Second, check whether the database path, user name, and password on the server are correct.

3. IIS does not support ASP solution:
Is the default parsing language set correctly for IIS? Change the default value to VBScript, enter IIS, right-click the default web site, and select Properties.
Click Edit in the anonymous access and authentication control tab. On the authentication method properties page, remove the anonymous access option.
4. FSO has no permission
You can test whether a file can be deleted in the backend. The following describes how to enable the FSO component:
First, find scrrun. dll in the system disk. If this file exists, go to step 3. If not, perform step 2.
Find scrrun. DL _ in the installation file directory i386, decompress it with winrar, obtain scrrun. dll, and then copy it to (your system disk) c: \ windows \ s
In the ystem32 \ directory. Run regsvr32 scrrun. dll.
To disable the FSO component, run regsvr32/u scrrun. dll.
About the server FSO permission settings method, give you an address can look at the detailed operation: http://www.upsdn.net/html/2005-01/314.h
TML
5. Microsoft Jet Database Engine error '80040e09' cannot be updated. The database or object is read-only.
Cause analysis:
The read/write permission for the database directory is not enabled.
Solution:
(1) check whether the "write" permission is enabled for the entire website in IIS, not just the database file.
(2) check whether all permissions are granted to the Everyone user in the website directory in Win2000 Resource Manager. The specific method is:
Open "my computer" ---- find the folder where the website is located ---- right-click on it ---- select "properties" ----- switch to "security"
"Tab, where all permissions are granted to the Everyone user.
NOTE: If your system is XP, please first click "Tools"> "Folder Options"> "View" ----- remove "simple text
Check box before sharing. After confirmation, the "Security" tab is displayed in the "properties" dialog box of the folder.
6. The Verification Code cannot be displayed.
Cause analysis:
This problem is caused by Service Pack 2. To improve system stability, xbm is blocked by default, that is, the X-bitmap format.
And these verification codes are in xbm format, so they cannot be displayed.
Solution:
The solution is actually very simple. You only need to add the key value "blockxbm" = DWORD: 00000000 in the system registry. The specific operation is as follows:
1. Open the system registry;
2. Open HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Internet Explorer \ Security in sequence;
3. Right-click the blank area on the right of the screen and choose to create a DWORD key named "blockxbm" with the default value 0.
4. Exit the Registry Editor.
If the operating system is 2003, check whether the parent path is enabled.

7. Configure iis .shtml for Windows
To use SHTML files, the system must support SSI and SSI must be enabled by the Administrator through web service extension.
After iiss' installation in Windows, it supports. shtml. You only need to allow "file inclusion at the front-end of the server" in "Web Service extension ".

8. How to remove "server error when processing URL. Contact the system administrator ."
If it is a local server, right-click the default IIS website, select Properties, click configuration in the main directory, and select debugging.
Select to send a detailed ASP error message to the client. Then DEBUGProgramIn this case, the correct error is displayed.Code.

If you are renting a space, please contact your Space Provider

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.