Webdav with share located on another computer

Webdav with share located on another computer

am 24.10.2007 10:13:11 von Sitruc

Hello,

I use Webdav on W2K3 server with IIS6 and every seems to work when I use
a directory located on the server as resource.

Now I would like to use a share located on another computer but I can't
see anything on webdav client (I see an empty directory and I can't
create anything).

I checked permissions and everything seems to be ok.

Is someone could help me ?

Re: Webdav with share located on another computer

am 25.10.2007 07:35:17 von David Wang

On Oct 24, 1:13 am, Slasher wrote:
> Hello,
>
> I use Webdav on W2K3 server with IIS6 and every seems to work when I use
> a directory located on the server as resource.
>
> Now I would like to use a share located on another computer but I can't
> see anything on webdav client (I see an empty directory and I can't
> create anything).
>
> I checked permissions and everything seems to be ok.
>
> Is someone could help me ?


This URL should help you setup access via HTTP or WebDAV of a share
located on another computer.

http://www.microsoft.com/technet/prodtechnol/windowsserver20 03/technologies/webapp/iis/remstorg.mspx

What you describe right now is completely by-design. Permissions is
only a part of the total solution.


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//

Re: Webdav with share located on another computer

am 12.11.2007 04:26:44 von alpsboy

On 10 24 , 4 13 , Slasher wrote:
> Hello,
>
> I use Webdav on W2K3 server with IIS6 and every seems to work when I use
> a directory located on the server as resource.
>
> Now I would like to use a share located on another computer but I can't
> see anything on webdav client (I see an empty directory and I can't
> create anything).
>
> I checked permissions and everything seems to be ok.
>
> Is someone could help me ?

oh, I'm using asp.net2.0 , and I have this problem too, maybe, It's a
bug of asp.net2.0 ...

Re: Webdav with share located on another computer

am 12.11.2007 06:16:27 von David Wang

On Nov 11, 7:26 pm, alps...@gmail.com wrote:
> On 10 24 , 4 13 , Slasher wrote:
>
> > Hello,
>
> > I use Webdav on W2K3 server with IIS6 and every seems to work when I use
> > a directory located on the server as resource.
>
> > Now I would like to use a share located on another computer but I can't
> > see anything on webdav client (I see an empty directory and I can't
> > create anything).
>
> > I checked permissions and everything seems to be ok.
>
> > Is someone could help me ?
>
> oh, I'm using asp.net2.0 , and I have this problem too, maybe, It's a
> bug of asp.net2.0 ...


It's not a bug of ASP.Net nor IIS. "Sharing out" another network
share, either with WebDAV or IIS UNC Vdir, requires proper
configuration of security, and default behavior is to fail because of
improper security configuration.

Basically, it involves the notion of "delegation", which is not easy
for people to understand yet is crucial to security and ease of use.
If you've done things like "single-sign-on" or "access/share out
another network share" but have never heard of delegation, then you
are doing it insecurely and potentially dangerously.

Depending on IIS configuration and your security requirements, it may
or may not be possible. The URL I provided in my prior response
completely answers the issues and solutions to what you want to do.


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//