1. The prompt page can not be displayed, 500 errors, and no detailed information
You can do the following to display detailed hints: ie-tool-internet Option-Advanced-friendly HTTP error message hint, before this option
Do not tick, you can see a detailed message
Here's how to fix the 500 error. Please copy the following information and save it as:
Solution to the IIS6.0 (ASP cannot access) requested resource in use. bat
Then execute it on the server, and your ASP will work again.
echo off
echo File Description: Solve IIS6.0: The best solution for the requested resource in use
echo Contact
echo is restoring IIS 500 errors, please wait ...
net stop iisadmin/y
regsvr32%windir%\system32\jscript.dll
regsvr32%windir%\system32\vbscript.dll
net start w3svc
ECHO.
ECHO, Congratulations! 500 Error Resolution success!
ECHO.
Pause
Exit
2. The system prompts the database connection error when installing
The first is to check the settings of the const file on the correct path to the database
The second is to check the server above the database path and user name, password, etc. is correct
3.IIS does not support ASP solutions:
is the default parsing language for IIS set correctly? Change to VBScript by default, go to IIS, right-click the default Web site, select Properties, and in directory security
In anonymous access and authentication control for the Sex tab, click Edit, and in the authentication Method property page, remove the option of anonymous access.
4.FSO does not have permission
FSO permissions issues, you can test in the background can delete files, to solve the FSO component is open the following methods:
First look for Scrrun.dll in the system disk, if this file exists, skip to step three, if not, follow the second step.
In the installation file directory i386 find the Scrrun.dl_, winrar decompression, get scrrun.dll, and then copy to (your system disk) C:\windows\s
The ystem32\ directory. Run regsvr32 scrrun.dll.
If you want to turn off the FSO component, run regsvr32/u Scrrun.dll
About the server FSO permission setting method, give everybody 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. Database or object is read-only
Reason Analysis:
Read-write access to the database directory is not open
Workaround:
(1) Check that the entire Web site has been opened for write permission in IIS, not just the database file.
(2) Check whether in WIN2000 Explorer, open all permissions for the site's directory to everyone user. The specific methods are:
Open My Computer----Locate the folder where the Web site is located----Right-click----Select Properties-----Switch to Security
tab, where all permissions are given to the EveryOne user.
Note: If your system is XP, please click "Tools"----"Folder Options"----"View"-----Remove "Use simple text
Piece share "Before the check, OK, the folder" Properties "dialog box will have the" Security "tab.
6. Verification code cannot be displayed
Reason Analysis:
This problem is caused by Service Pack 2, which, in order to improve the stability of the system, is shielded from the XBM in the default state, which is the X-BITMAP format
The display of the pictures, and these verification code is exactly XBM format, so the display is not out.
Solution:
The solution is actually very simple, just add the key value "BLOCKXBM" in the system registry =dword:00000000 on it, the specific operation is as follows:
1 "Open the system registry;
2 "in turn, hkey_local_machine\\software\\microsoft\\internet explorer\\security open."
3 in the right margin of the screen click the right mouse button, select a new named "BLOCKXBM" as the DWORD key, its value is the default of 0.
4 Exits Registry Editor.
If the operating system is a 2003 system, see if the parent path is turned on
7.windows 2003 Configure IIS support. shtml
To use Shtml files, the system must support Ssi,ssi that must be enabled by the administrator through the Web service extension
Windows 2003 after installing IIS, the default is to support. sHTML, as long as the Web service extensions allow "include files on the front of the server"
8. How to remove "Server error when handling URLs." Contact your system administrator. ”
If it is a local server, right-click the IIS Default Web site, select Properties, point configuration in the home directory, and select Debug.
Select to send a detailed ASP error message to the client. Then you can debug the program and the correct error code appears.
If you are renting space, please contact your space business.
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.