IIS FAQs and errors and Their Solutions

Source: Internet
Author: User

Q: Why can't I execute the ASP page after it reaches Windows2003? The execution of aspx is normal.
A: ASP support is not enabled in Windows2003 by default. Find Active Server Pages in Web service extensions of IIS and select allow.
Q: If my IIS File is incorrect, the HTTP Error is displayed, but no error details are displayed. An error occurred while displaying the row of the file, but it is not displayed yet.
A: select "advanced" in Internet Options of IE and select "show friendly HTTP errors.
Q: How to install IIS in Windows XP Home Edition?
A: IIS cannot be installed in Windows XP Home Edition. Upgrade to Professional Edition.
Q: Why do I need to enter the user name and password to access the local address?
A: Open the anonymous account permission in IIS settings. Then, check the NTFS permission of the directory.
Q: When my ASP file contains files, the system prompts that the Active Server Pages error 'asp 0131 'is not allowed for the parent path. How can this problem be solved?
A: Select home directory-configuration-Application in site properties Program Select "enable parent directory.
Q: Why does my IIS always work?
A: 1. Check the script timeout time you set. It cannot be too long. 2. Check whether your program has objects and the connection is not closed. 3. Stop the services of each user in sequence to see if there are user programs that consume large resources.
Q: Why is the link path of some Chinese characters HTM displayed on the webpage displayed in win200 SERVER + IIS?
A: 'convert two-byte characters into valid URL transmission strings.
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 Code <0 then code = code + 65536
If code & gt; 255 then
Geturlencodel = geturlencodel & "%" & left (hex (CODE), 2) & "%" & right (hex (CODE), 2)
Else
Geturlencodel = geturlencodel & Mid (URL, I, 1)
End if
Next
End Function
Q: Why can't I download all the IIS EXE files from the preceding directory because the 404 file cannot be found? Or where is the setting error?
A: Set the HTTP header-MIME type. Create a New Type Extension named EXE with the type application/octet-stream.
Q: no iis is found in the management tool.
A: In c: \ windows \ system32 \ inetsrv, find the shortcut and recreate it.
Q: IIS does not support ASP anymore. It cannot be restarted n times.
A: In application configuration, check whether the. asp file has been mapped to c: \ windows \ system32 \ inetsrv \ ASP. dll. If not, Add.

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.