|
Home > Archive > IIS ASP > June 2004 > filesystem security
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 |
filesystem security
|
|
| Andrew 2004-06-26, 10:19 am |
| Hi Experts,
I want to move/copy/create/delete a file to/from the network folder,
\\mypc\myshare\ through filesystemobject, and this shared folder has its own
security setting. How can I specify the valid user info in order to make
change to this network folder? Or is there any other better way to serve
this purpose? Thanks for any idea.
--
Andrew
| |
| ou812@ou812.com 2004-06-26, 10:19 am |
| On Fri, 25 Jun 2004 23:06:47 GMT, "Andrew" <dunggaze@yahoo.com> wrote:
You'll have to use username/password via Basic Authentication. Anon
won't work. The settings are in the IIS console. IIS runs with an
account (sometimes the anon account), but UNC means it will have to
have credentials to get to the share.
>Hi Experts,
>
>I want to move/copy/create/delete a file to/from the network folder,
>\\mypc\myshare\ through filesystemobject, and this shared folder has its own
>security setting. How can I specify the valid user info in order to make
>change to this network folder? Or is there any other better way to serve
>this purpose? Thanks for any idea.
>
>--
>Andrew
>
>
>
>
| |
| ou812@ou812.com 2004-06-26, 10:19 am |
| On Sat, 26 Jun 2004 02:02:34 GMT, ou812@ou812.com wrote:
Actually I think anon would work if you set the password yourself and
then set permissions for the share to that anon account with the
proper password... something like that...
>On Fri, 25 Jun 2004 23:06:47 GMT, "Andrew" <dunggaze@yahoo.com> wrote:
>
>You'll have to use username/password via Basic Authentication. Anon
>won't work. The settings are in the IIS console. IIS runs with an
>account (sometimes the anon account), but UNC means it will have to
>have credentials to get to the share.
>
>
| |
| Aaron [SQL Server MVP] 2004-06-26, 10:19 am |
| http://www.aspfaq.com/2168
--
http://www.aspfaq.com/
(Reverse address to reply.)
"Andrew" <dunggaze@yahoo.com> wrote in message
news:be2Dc.423$ngA1.317@news04.bloor.is.net.cable.rogers.com...
> Hi Experts,
>
> I want to move/copy/create/delete a file to/from the network folder,
> \\mypc\myshare\ through filesystemobject, and this shared folder has its
> own
> security setting. How can I specify the valid user info in order to make
> change to this network folder? Or is there any other better way to serve
> this purpose? Thanks for any idea.
>
> --
> Andrew
>
>
>
>
| |
| Andrew 2004-06-26, 10:38 pm |
| This might help, I will try it out. Thanks
--
Andrew
"Aaron [SQL Server MVP]" <ten.xoc@dnartreb.noraa> wrote in message
news:uWJJnjzWEHA.3640@TK2MSFTNGP11.phx.gbl...
> http://www.aspfaq.com/2168
>
> --
> http://www.aspfaq.com/
> (Reverse address to reply.)
>
> "Andrew" <dunggaze@yahoo.com> wrote in message
> news:be2Dc.423$ngA1.317@news04.bloor.is.net.cable.rogers.com...
>
>
|
|
|
|
|