IIS common issues and errors and their solutions

xiaoxiao2021-03-06  40

In the 9CBS Forum IIS layout, you often see some questions that have been the same or before. So, I put these questions to some of them for your reference.

Q: Why can't I execute after my ASP page to Windows 2003, execute ASPX is normal.

A: ASP support is not enabled in Windows 2003, find Aactive Server Pages in IIS, you can select Allow, you can.

Q: My IIS as long as the ASP file is wrong, it displays the HTTP500 error, but does not display the error details. I used to show that the line of the file is that the line is wrong, but it is not displayed now.

A: Select Advanced in the IE's Internet option, select "Show Friendly HTTP Error".

Q: How do IIS in Windows XP Home Edition?

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

Q: Why do I access this unit address to enter a user and password?

A: Open anonymous account permissions in IIS settings. Then check the NTFS permission of the directory.

Q: My ASP file contains files to prompt Active Server Pages Error 'ASP 0131' Not allowed by the parent path, how to solve?

A: Select the primary directory in the site properties - Configure - Application Options, select the Enable Parent Directory.

Q: Why is my IIS?

A: 1, check the script you set up timeout, can not be too long. 2. Check if your program has objects and connections. 3. Stop the services of each user sequentially to see if there is a user program that consumes resources.

Q: Win200 Server IIS, why is there on the webpage, some Chinese HTM link paths can be displayed, some can't be?

A: 'Convert double-byte characters as legal URL transport 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> 255 THEN

Geturlencodel = geturlencodel & "%" & left, 2) & "%" & Right (HEX (Code), 2)

Else

Geturlencodel = Geturlencodel & Mid (URL, I, 1)

END IF

NEXT

END FUNCTION

Q: All EXE files all the exe file cannot be downloaded from the directory, showing the 404 file can't find any reason? Or where is it wrong?

A: Set the http header - MIME type, create a type extension in EXE, type: Application / OcTet-stream

Q: IIS is not found in the management tool.

A: Find a shortcut to re-establish a shortcut in C: / Windows / System32 / InetSrv.

Q: IIS cannot support ASP, and restart N times will not be.

转载请注明原文地址:https://www.9cbs.com/read-68140.html

New Post(0)