Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Disable WebDAV just for one URL??

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  SMTP/CDOsys for Win2003 Web Edition Server  
Author Message
userj

External


Since: Aug 12, 2004
Posts: 4



(Msg. 1) Posted: Thu Aug 12, 2004 9:03 pm
Post subject: Disable WebDAV just for one URL??
Archived from groups: microsoft>public>inetserver>iis (more info?)

I have set up a web site for my family, and there's a page where they
can upload files to (and download files from) a specific subfolder on
the web site called Documents. In order for them to be able to upload
and delete files I had to give that group write permissions to the
folder. So far, so good.

Then I discovered that when opening a file from that folder via the
web site link, then closing it, I was given the opportunity to save
changes. Whoops! That's not quite what I was intending to offer.

I'm assuming that's WebDAV giving everyone the opportunity to change
each other's files, right?

Can I disable WebDAV just for that URL (i.e.,
family.sld.tld/secure/documents) without affecting all the other web
sites running on that server?

Does Frontpage rely on WebDAV? Can I disable WebDAV without screwing
up my use of Frontpage? At this point I'm really not interested in
whatever else WebDAV is offering, but then again I'd hate to disable
WebDAV entirely and decide four months later that I /do/ have a use
for it.

Thanks for any advice,
brad dot berson at rectaltronics dot com

 >> Stay informed about: Disable WebDAV just for one URL?? 
Back to top
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 2901



(Msg. 2) Posted: Fri Aug 13, 2004 1:06 pm
Post subject: Re: Disable WebDAV just for one URL?? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi,

How exactly are you publishing the documents, and how did you set it up?

It's hard to answer some of your questions without knowing the answer above.
I will try to answer some of your questions below:
a) FPSE (Frontpage Server Extensions) do not require WebDAV (or use WebDAV)
for publishing. FPSE publishing is handled via an ISAPI filter

b) Enabling WebDAV publishing invovles going into IIS Manager, and ticking
the "Write", and/or "Script Source Access" checkboxes on the "Home
Directory" tab

c) To control WebDAV publishing permissions, you would use NTFS permissions.
To control FPSE publishing depends on what version of FPSE you are using.
FPSE 2002 has a Sharepoint Administration Site (or similar) link in your
Admin Tools folder. You can give different groups permissions to do
different things.

Cheers
Ken

Cheers
Ken


"Brad Berson" <userj.TakeThisOut@no.spam> wrote in message
news:nqpnh0pa2ubu8n7edmhgq7fqfcg6q7hdi2@4ax.com...
 >I have set up a web site for my family, and there's a page where they
 > can upload files to (and download files from) a specific subfolder on
 > the web site called Documents. In order for them to be able to upload
 > and delete files I had to give that group write permissions to the
 > folder. So far, so good.
 >
 > Then I discovered that when opening a file from that folder via the
 > web site link, then closing it, I was given the opportunity to save
 > changes. Whoops! That's not quite what I was intending to offer.
 >
 > I'm assuming that's WebDAV giving everyone the opportunity to change
 > each other's files, right?
 >
 > Can I disable WebDAV just for that URL (i.e.,
 > family.sld.tld/secure/documents) without affecting all the other web
 > sites running on that server?
 >
 > Does Frontpage rely on WebDAV? Can I disable WebDAV without screwing
 > up my use of Frontpage? At this point I'm really not interested in
 > whatever else WebDAV is offering, but then again I'd hate to disable
 > WebDAV entirely and decide four months later that I /do/ have a use
 > for it.
 >
 > Thanks for any advice,
 > brad dot berson at rectaltronics dot com
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Disable WebDAV just for one URL?? 
Back to top
Login to vote
userj

External


Since: Aug 12, 2004
Posts: 4



(Msg. 3) Posted: Fri Aug 13, 2004 1:06 pm
Post subject: Re: Disable WebDAV just for one URL?? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Ken, thanks for answering. Sorry if I was short on details; it's
tough to figure out how much detail is enough, lest my questions
either don't get answered or I get buried in non-sequiters.

I set up a FP web site - let's call it family.sld.tld. That's just a
welcome page and a link to "Secure". Under that is another FP web
site in family.sld.tld/Secure. On that site I've removed the tick for
anonymous access and enabled basic authentication. I've given all the
family members AD accounts which they use to log in when prompted. In
the Secure folder are /all/ the web pages for the family web site,
mostly ASP and a few HTM. There is a folder named Documents under
Secure which, strictly under the control of web pages that use ASP
upload components, permit family members to upload files into.
Likewise, there's a (ASP) web page that lists the contents of the
Documents folder (with A HREF tags to permit downloading), and I never
enabled browse access on that folder so people aren't tempted to surf
through the structure unfettered.

1. Thanks for clarifying how FP works. That's a relief.

2. I don't have the write option ticked in the MMC for any of those
folders, but the Documents folder does have the ACL on it augmented to
permit write access (er, modify, execute, read, list, write) to the
group which encompasses the members of the family. That was necessary
to enable to ASP upload component to perform its duties without me
having to jump through hoops trying to make it run in another context
with elevated permissions.

I guess it's the ACL biting me in the ass then. Any more thoughts??


Thanks much,
Brad


On Fri, 13 Aug 2004 10:06:44 +1000, "Ken Schaefer"
<kenREMOVE.TakeThisOut@THISadOpenStatic.com> wrote:

 >Hi,
 >
 >How exactly are you publishing the documents, and how did you set it up?
 >
 >It's hard to answer some of your questions without knowing the answer above.
 >I will try to answer some of your questions below:
 >a) FPSE (Frontpage Server Extensions) do not require WebDAV (or use WebDAV)
 >for publishing. FPSE publishing is handled via an ISAPI filter
 >
 >b) Enabling WebDAV publishing invovles going into IIS Manager, and ticking
 >the "Write", and/or "Script Source Access" checkboxes on the "Home
 >Directory" tab
 >
 >c) To control WebDAV publishing permissions, you would use NTFS permissions.
 >To control FPSE publishing depends on what version of FPSE you are using.
 >FPSE 2002 has a Sharepoint Administration Site (or similar) link in your
 >Admin Tools folder. You can give different groups permissions to do
 >different things.
 >
 >Cheers
 >Ken
 >
 >Cheers
 >Ken
 >
 >
 >"Brad Berson" <userj.TakeThisOut@no.spam> wrote in message
 >news:nqpnh0pa2ubu8n7edmhgq7fqfcg6q7hdi2@4ax.com...
  >>I have set up a web site for my family, and there's a page where they
  >> can upload files to (and download files from) a specific subfolder on
  >> the web site called Documents. In order for them to be able to upload
  >> and delete files I had to give that group write permissions to the
  >> folder. So far, so good.
  >>
  >> Then I discovered that when opening a file from that folder via the
  >> web site link, then closing it, I was given the opportunity to save
  >> changes. Whoops! That's not quite what I was intending to offer.
  >>
  >> I'm assuming that's WebDAV giving everyone the opportunity to change
  >> each other's files, right?
  >>
  >> Can I disable WebDAV just for that URL (i.e.,
  >> family.sld.tld/secure/documents) without affecting all the other web
  >> sites running on that server?
  >>
  >> Does Frontpage rely on WebDAV? Can I disable WebDAV without screwing
  >> up my use of Frontpage? At this point I'm really not interested in
  >> whatever else WebDAV is offering, but then again I'd hate to disable
  >> WebDAV entirely and decide four months later that I /do/ have a use
  >> for it.
  >>
  >> Thanks for any advice,
  >> brad dot berson at rectaltronics dot com
  >>
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Disable WebDAV just for one URL?? 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
How to disable WebDAV access on client side - Hi, I have IIS 5 on Win2000 Adv Srv SP4 locked by IIS Lockdown using URLScan URLScan is configured to discard WebDAV. on IIS log file, I have the following information: 2004-05-25 18:17:21 10.1.110.9 - W3SVC1 DELTA 10.1.0.50 80 GET..

Disable IIS (please help) - I want to disable IIS in order to install another Web=20 server. IIS is enabled on my Windows XP Pro, since when I do, I=20 am redirected to http://localhost/localstart.asp,=20 through a password window.=20 However, when I go to "services", I...

ssl disable 80 - I setup SSL. Now users can see the site at port 80 and at port 443. i want to disable 80. How to? Thanks

Disable Port 80 in IIS 5.0 - I'm trying to run a secure website on port 443. I want to disable all incoming traffic on port 80. I tried using TCP/IP filtering on the network card through Win2K but this disables way too many ports for it to work. How can I disable port 80 in IIS? ...

disable hot linking - Windows Server 2003, IIS 6.0. How can I disable hot linking so that others out there are forced to save images to their own site instead of hot linking directly back to my site and stealing my bandwidth? Any help would be greatly appreciated. -- ..
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]