Solve the problem that the file/path portion of the project containing SPACE needs to be enclosed in parentheses.

  

If your IIS installs PHP application support, this error message in IIS appears when adding an application: Item with spaces The file/path portion needs to be enclosed in parentheses and can be handled as follows.

How should I add spaces? ? ?

I added a path to Isapi (C:\\Program Files\\isapi_redirect.dll), which is caused by a space in the Program Files in C:\\Program Files\\.

has been resolved, so write:

"C:\\Program Files\\isapi_redirect.dll"
These days, debugging iis server found a bug in windows, tossing me for a long time, Searched online to find the crux of the problem.

Originally, when you used the Simplified Chinese version of Windows Server 2003 to add an application extension mapping with spaces in IIS 6, IIS would prompt: "The file/path portion of the project containing spaces needs to be used. Brackets are enclosed, but you will still receive this error message if you enclose items that contain spaces with any type of parentheses.

Why?

The error message of IIS is "Entries containing space need quotes around the file/path portion". The translation into Simplified Chinese should be "the file/path part of the project containing spaces needs to be enclosed in quotation marks" However, it was incorrectly translated as "the file/path portion of the project containing spaces needs to be enclosed in parentheses."

When adding application extension mappings with spaces in the path, use the quotation marks "" to include the full path to the application extension mapping instead of parentheses.

Copyright © Windows knowledge All Rights Reserved