Re: IIS replacing blanks
From: David Wang [Msft] (someone_at_online.microsoft.com)
Date: 08/07/04
- Next message: phil: "Re: Error before and after migration from winnt to win2k"
- Previous message: David Wang [Msft]: "Re: IIS 6.0 caching Image Files when we don't want it"
- In reply to: Julio Moran: "IIS replacing blanks"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 6 Aug 2004 18:37:01 -0700
By design.
Can you give the exact filename you are trying to access via the browser?
And are you trying to retrieve it from a web server via HTTP or what
protocol?
HTTP URLs cannot have spaces in it, so it is translated to %20 by the client
for the server to understand. IIS is not replacing blanks -- it is the
browser that is translating the "space" character into %20 according to the
rules of HTTP.
You will need to correctly encode the URL according to HTTP specification so
that the server finds the filename you are trying to access.
-- //David IIS This posting is provided "AS IS" with no warranties, and confers no rights. // "Julio Moran" <julio.moran@intl.fritolay.com> wrote in message news:0f4401c47b2b$189e6360$a601280a@phx.gbl... Hi, When I'm trying to access a file through my browser (IEv6), the blanks in the filename are replaced by "%20" symbols and I get an error "The page cannot be found". How can I solve this??? Any help will be appreciate. - jm
- Next message: phil: "Re: Error before and after migration from winnt to win2k"
- Previous message: David Wang [Msft]: "Re: IIS 6.0 caching Image Files when we don't want it"
- In reply to: Julio Moran: "IIS replacing blanks"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|