Connecting Tech Pros Worldwide Forums | Help | Site Map

how do i allow access to a shared folder?

James
Guest
 
Posts: n/a
#1: Jul 19 '05
how can i allow access to a shared network folder? i am trying to give
access to my as pages only. i don't want just anyone to type in the path of
my files. i can't seem to do this with a shared folder.



--
5khzgjf9e001@sneakemail.com




James
Guest
 
Posts: n/a
#2: Jul 19 '05

re: how do i allow access to a shared folder?


err.. Im trying to give access to my ASP (active server pages) sorry for
the typo....


"James" <See.My.Sig@The.Bottom.com> wrote in message
news:kATRc.1707$Ci7.155@chiapp18.algx.net...[color=blue]
> how can i allow access to a shared network folder? i am trying to give
> access to my as pages only. i don't want just anyone to type in the path[/color]
of[color=blue]
> my files. i can't seem to do this with a shared folder.
>
>
>
> --
> 5khzgjf9e001@sneakemail.com
>
>
>[/color]


Ray at
Guest
 
Posts: n/a
#3: Jul 19 '05

re: how do i allow access to a shared folder?


In a default setup, ASP pages run under the local IUSR_[serverName] local
account. Another machine on your network with a share will not recognize
SERVERNAME\IUSR_SERVERNAME when that user account tries to access the share,
so access will be denied. If you are in a domain environment, you can
change things in IIS so that your anonymous user is not the local IUSR
account, but is a domain account instead. Then just make sure that domain
account has NTFS and share permission to the share.

See this article for some more info:
http://www.aspfaq.com/show.asp?id=2168

Ray at home

"James" <See.My.Sig@The.Bottom.com> wrote in message
news:YATRc.1708$Ci7.980@chiapp18.algx.net...[color=blue]
> err.. Im trying to give access to my ASP (active server pages) sorry for
> the typo....
>
>
> "James" <See.My.Sig@The.Bottom.com> wrote in message
> news:kATRc.1707$Ci7.155@chiapp18.algx.net...[color=green]
> > how can i allow access to a shared network folder? i am trying to give
> > access to my as pages only. i don't want just anyone to type in the path[/color]
> of[color=green]
> > my files. i can't seem to do this with a shared folder.
> >
> >
> >
> > --
> > 5khzgjf9e001@sneakemail.com
> >
> >
> >[/color]
>
>[/color]


Closed Thread