The file/path section of a project that contains spaces must be enclosed in brackets.

Source: Internet
Author: User

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.

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.