|
Home > Archive > IIS Server > June 2005 > IIS6.0 get returns 0 content-length for managed file
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
IIS6.0 get returns 0 content-length for managed file
|
|
| PeggyC 2005-06-29, 5:53 pm |
| We have a file management system that serves fles. In IIS5.0 we have a
virtual directory pointing to the managed files and a get works fine. In IIS
6.0 the same set-up returns an empty file (content-length:0).
| |
| David Wang [Msft] 2005-06-29, 5:53 pm |
| Please define "the same set-up"
Is the file management system local or over the network? UNC share or some
other construct? ACLs? User Identities configured? Application Pool
Identity? Is a file served as a static file or do you configure something
else to access the file management system? Is the file management system
supported to work against IIS6? Etc.
Until you define these things (and more), it is not clear whether you
accidentally got an insecure setup working on IIS5, something incompatible
about the file management system, or some incompatibility in IIS6.
--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"PeggyC" <PeggyC@discussions.microsoft.com> wrote in message
news:7763FD5F-5849-45A9-BA9A-32C524872CE3@microsoft.com...
We have a file management system that serves fles. In IIS5.0 we have a
virtual directory pointing to the managed files and a get works fine. In
IIS
6.0 the same set-up returns an empty file (content-length:0).
| |
| PeggyC 2005-06-30, 6:01 pm |
|
"David Wang [Msft]" wrote:
> Please define "the same set-up"
>
> Is the file management system local or over the network? UNC share or some
> other construct? ACLs? User Identities configured? Application Pool
> Identity? Is a file served as a static file or do you configure something
> else to access the file management system? Is the file management system
> supported to work against IIS6? Etc.
>
> Until you define these things (and more), it is not clear whether you
> accidentally got an insecure setup working on IIS5, something incompatible
> about the file management system, or some incompatibility in IIS6.
>
> --
> //David
> IIS
> http://blogs.msdn.com/David.Wang
> This posting is provided "AS IS" with no warranties, and confers no rights.
> //
> "PeggyC" <PeggyC@discussions.microsoft.com> wrote in message
> news:7763FD5F-5849-45A9-BA9A-32C524872CE3@microsoft.com...
> We have a file management system that serves fles. In IIS5.0 we have a
> virtual directory pointing to the managed files and a get works fine. In
> IIS
> 6.0 the same set-up returns an empty file (content-length:0).
>
>
> We have an IIS 5.0 site set to point to a set of directories containing files (mostly tiffs) through a share with an authorized user (connect As). We set up an IIS 6 site to point to the same share using the same authorized user. The IIS 5.0 site ret
urns a file (get /dir1/file1.tif) - the IIS 6.0 site returns a zero length file (get /dir1/file1.tif). The files are stored on optical disk and managed by third party software (DiskXtender). The files are retrievable using IIS5 and Windows Explorer but
not IIS 6.0. The vendor claims no problem with the application since Windows Explorer work fine as does IIS 5.
|
|
|
|
|