Common web site Most likely to occur troubleshooting solutions _ Server

Source: Internet
Author: User
1. The prompt page can not be displayed, 500 errors, and no detailed information

You can do the following to display detailed information: ie-tool-internet Option-Advanced-friendly HTTP error message prompts, this option is not checked before, 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 Offecho File Description: Resolve IIS6.0: The best solution for the requested resource in use echo contact qq:277214725 10599099echo is restoring IIS 500 errors, please wait ... net stop IISAdmin /yregsvr32%windir%\system32\jscript.dllregsvr32%windir%\system32\vbscript.dllnet start W3svcECHO.ECHO Congratulations! 500 Error Resolution success! Echo.pauseexit


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 the default to VBScript, go to IIS, right-click the default Web site, select Properties, in Anonymous access and authentication control on the Directory Security 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 in the system disk Scrrun.dll, if this file exists, skip to step three, and if not, follow the second step.

Found in the installation file directory i386 Scrrun.dl_, with WinRAR decompression, to Scrrun.dll, and then copy it to the C:\windows\system32\ directory (your system disk). Run regsvr32 Scrrun.dllCan.

If you want to turn off the FSO component, run regsvr32/u Scrrun.dllCan

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.html

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 the Security tab, where you give everyone user permissions.

Note: If your system is XP, please point to "tools"----"Folder Options"----"View"-----Remove "Use Simple File sharing" before the check, the folder "Properties" dialog box will have the "Security" tab.

6. Verification code cannot be displayed

Reason Analysis:
The cause of this problem is the Service Pack 2 in order to improve the stability of the system, the default is to block the display of XBM, which is the x-bitmap format of the picture, which is precisely XBM format, so it does not appear.

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.

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.