SoFunction
Updated on 2025-04-08

IIS's most prone to failure solutions

1. When the prompt page cannot be displayed, there is no detailed prompt information when there is an error of 500.
You can perform the following operations to display detailed prompt information: IE-Tools-Internet Options-Advanced-Friendly http error message prompt, before turning this option
If you don’t check the page, you can see the detailed prompt information.
Here is how to solve the 500 error. Please copy the following information and save it as:
How to solve the resource in use of IIS6.0 (asp cannot access) requested resources.bat
Then execute it on the server and your ASP will run normally again.

echo off
echo file description: Solve IIS6.0: The best solution to the requested resource in use
echo Contact
echo is recovering IIS 500 error, please wait...
net stop iisadmin /y
regsvr32 %windir%\system32\
regsvr32 %windir%\system32\
net start w3svc
ECHO.
ECHO Congratulations! 500 errors were solved successfully!
ECHO.
pause
exit
2. The system prompts a database connection error during installation.
First, check whether the const file settings are correct about the database path settings.
The second is to check whether the path, username, password, etc. of the database on the server are correct.

ASP solution is not supported:
IIS's default parsing language is correctly set? Change the default to VBSCRIPT, enter IIS, right-click the default web site, select Properties, and in directory security
In the Anonymous Access and Authentication Control of the Sex tab, click Edit, and in the Authentication Method property page, try removing the selection of anonymous access.
permission denied
For FSO permissions, you can test whether the file can be deleted in the background. The method to solve whether the FSO component is enabled is as follows:
First, look for it in the system disk. If this file exists, please skip to step 3. If not, please perform the second step.
Find scrrun.dl_ in the installation file directory i386, decompress with winrar, and then copy to (your system disk) C:\windows\s
in ystem32\ directory. Just run regsvr32.
If you want to turn off the FSO component, please run regsvr32/u
Regarding the method of setting the server FSO permissions, I would like to give you an address to see the detailed operation: /html/2005-01/
tml 
JET Database Engine error '80040e09' cannot be updated. The database or object is read-only
Cause analysis:
Read and write permissions for the database directory not opened
Solution:
(1) Check whether the "write" permission is turned on to the entire website in IIS, not just the database file.
(2) Check whether it is in the Explorer of WIN2000 and turn on all permissions to the EveryOne user where the website is located. The specific method is:
Open “My Computer”---- Find the folder where the website is located----- Right click on it------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
” Tab, give EveryOne user all permissions here.
Note: If your system is XP, please click "Tools" ----"Folder Options" ----"View" -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
The checkmark before the file sharing “” will be confirmed, and the “Security” tab will only appear in the folder “Properties” dialog box.
6. The verification code cannot be displayed
Cause analysis:
The reason for this problem is that Service Pack 2 In order to improve system stability, the XBM is blocked by default, that is, the x-bitmap format
The display of pictures, and these verification codes are exactly in XBM format, so they cannot be displayed.
Solution:
The solution is actually very simple. Just add the key value "BlockXBM"=dword:000000000 in the system registry. The specific operation is as follows:
1》Open the system registry;
2》 Click HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Internet Explorer\\Security;
3》 Right-click the blank space on the right side of the screen and select Create a new DWORD key named "BlockXBM", and its value is the default 0.
4》Exit the Registry Editor.
If the operating system is 2003, see if the parent path is enabled.

2003 configuration IIS support.shtml
To use Shtml files, the system must support SSI, which must be enabled by the administrator through the Web service extension
After IIS is installed in windows 2003, it supports .shtml by default. As long as you allow "include files on the front end of the server" in "WEB service extension"


8. How to remove "The server error occurred while processing the URL. Please contact the system administrator."
If it is a local server, please right-click the default website of IIS, select properties, click Configuration in the home directory, and select Debug.
Check Send detailed ASP error message to the client. Then debug the program and the correct error code can be displayed.

If you are renting a space, please contact your space provider