This error message in IIS indicates that the file/path section of a project containing spaces must be enclosed in brackets.
How can I solve this problem by adding spaces ???
I added a path (c: \ Program Files \ isapi_redirect.dll) to ISAPI, which is caused by spaces in program files in c: \ Program Files.
Resolved, write as follows:
"C: \ Program Files \ isapi_redirect.dll"
After debugging the IIS server over the past few days, I found a bug in windows. After a long time, I searched the internet to find the crux of the problem.
When you use Windows server2003 Simplified Chinese version, add an application with spaces in the path in IIS 6ProgramDuring Extension ing, IIS will prompt "the file/path section of the project containing spaces must be enclosed in brackets ", however, whether you use any type of brackets to enclose items with spaces, you will still receive this error message.
Why?
The original IIS error message is "entries containing space need quotes around the file/path portion ", translation to simplified Chinese should be "the file/path part of the project containing spaces must be enclosed in quotation marks ", however, it is incorrectly translated as "the file/path section of the project containing spaces must be enclosed in brackets ".
When adding an application extension ing with spaces in a path, use the quotation mark "" to include the full path of the application extension ing, instead of using parentheses.