Common error Resolution for IIS

Source: Internet
Author: User
Tags iis parent directory ntfs permissions

Common error Resolution for IIS

Q: Why my ASP page can not be executed after windows2003, the execution of ASPX normal.

If ASP support is not enabled by default in a:windows2003, the active Server Pages are found in the IIS Web Service extensions and will be allow selected.

Q: My IIS displays a HTTP500 error if the ASP file is wrong, but does not show the details of the error. The line that had previously been able to display the file was wrong, but now it is not displayed.

A: Select advanced in Internet Options for IE, and check "show friendly HTTP Errors".

Q: How do I install IIS in the Windows XP Home Edition?

A:windows XP Home Edition cannot install IIS, please upgrade to Professional Edition.

Q: Why do I need to enter a user and password to access my local address?

A: Open the Anonymous account permissions in the IIS settings. Furthermore, check NTFS permissions for the directory in which it resides.

Q: My ASP file contains files when prompted active Server Pages error ' ASP 0131 ' not allowed parent path, how to resolve?

A: Select the home directory-configuration-application option in the Site properties and select "Enable Parent directory".

Q: Why does my IIS always become a machine?

A:1, check that you set the script timeout time, not too long. 2, check whether your program has objects and connections are not closed. 3. Stop each user's service in turn to see if there is a user program that consumes large resources.

q:win200 Server+iis, why on the Web page, some Chinese HTM link path can be displayed, some do not?

A: ' Converts a double-byte character to a valid URL transmission string

function Geturlencodel (ByVal Url)

Dim I,code

Geturlencodel= ""

If trim (URL) = "" Then Exit function

For I=1 to Len (URL)

CODE=ASC (Mid (url,i,1))

If code255 Then

geturlencodel=geturlencodel& "%" &left (Hex (code), 2) & "%" &right (Hex (code), 2)

Else

Geturlencodel=geturlencodel&mid (url,i,1)

End If

Next

End Function

Q:iis all of the EXE files from the above directory can not download, showing 404 files cannot find what is the reason? or where to set the error?

A: Set the HTTP header--mime type, create a new type extension of EXE, type: Application/octet-stream

Q: IIS is not found in the administrative tools.

A: Find a shortcut to re-establish in C:windowssystem32inetsrv.

Q:iis cannot support ASP, restarting n times is not possible.

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.