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

Enabling HTTP PUT To a directory on IIS 6.0

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  iisreset not working  
Author Message
meshel

External


Since: Feb 01, 2004
Posts: 3



(Msg. 1) Posted: Wed Mar 17, 2004 3:18 pm
Post subject: Enabling HTTP PUT To a directory on IIS 6.0
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hi,

I've installed IIS 6.0 and put a web application on it (written in ASP)
Everything works fine (After enabling ASP Pages and Parent Paths)

Question: I have a client application that uploads files to a
pre-defined location on the web server using the PUT command

This does not seem to work unless I enable WebDAV extension on the
server. Is there any way to allow uploading with PUT to a specific
directory without enabling WebDav, or maybe enabling WebDAV only for a
specific directory ???

Also can anyone explain a bit about WebDAV? I've read a bit on th
internet, but I can't seem to understand what exactly it does.

Last question, IIS supports assigning extensions to handler
applications, can directories be mapped to handlers as well, or only by
designing a specific ISAPI filter?

Thanks
Moshe

 >> Stay informed about: Enabling HTTP PUT To a directory on IIS 6.0 
Back to top
Login to vote
user645

External


Since: Aug 23, 2003
Posts: 180



(Msg. 2) Posted: Wed Mar 17, 2004 3:18 pm
Post subject: Re: Enabling HTTP PUT To a directory on IIS 6.0 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Moshe Eshel" <meshel.RemoveThis@interwise.com> wrote in message
news:eCHI7kADEHA.3788@TK2MSFTNGP10.phx.gbl...
 > Hi,
 >
 > I've installed IIS 6.0 and put a web application on it (written in ASP)
 > Everything works fine (After enabling ASP Pages and Parent Paths)
 >
 > Question: I have a client application that uploads files to a
 > pre-defined location on the web server using the PUT command

PUT is not a WebDAV command

<a style='text-decoration: underline;' href="http://www.ietf.org/rfc/rfc2616.txt" target="_blank">http://www.ietf.org/rfc/rfc2616.txt</a>

But be sure that PUT is enabled in the MMC from IIS for your specific IIS
virtual directory. Mostly , HEAD,POST,GET are allowed, and PUT is not in the
list...
See your IIS application configuration and see which verbs are supported
(allowed)...

 > This does not seem to work unless I enable WebDAV extension on the
 > server. Is there any way to allow uploading with PUT to a specific
 > directory without enabling WebDav, or maybe enabling WebDAV only for a
 > specific directory ???
 >
 > Also can anyone explain a bit about WebDAV? I've read a bit on th
 > internet, but I can't seem to understand what exactly it does.

<a style='text-decoration: underline;' href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnxmlweb/html/xmlandwebdav.asp" target="_blank">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnxml.../html/x</a>

 > Last question, IIS supports assigning extensions to handler
 > applications, can directories be mapped to handlers as well, or only by
 > designing a specific ISAPI filter?
 >
 > Thanks
 > Moshe<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Enabling HTTP PUT To a directory on IIS 6.0 
Back to top
Login to vote
someone9

External


Since: Aug 25, 2003
Posts: 2419



(Msg. 3) Posted: Thu Mar 18, 2004 12:39 am
Post subject: Re: Enabling HTTP PUT To a directory on IIS 6.0 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

 > This does not seem to work unless I enable WebDAV extension on
 > the server. Is there any way to allow uploading with PUT to a
 > specific directory without enabling WebDav, or maybe enabling
 > WebDAV only for a specific directory ???

To use PUT:
1. Enable WebDAV
2. Add the "Write" permission within IIS for that specific virtual directory
3. Make sure the remote authenticated identity has NTFS write permissions to
the physical directory.

 > Last question, IIS supports assigning extensions to handler
 > applications, can directories be mapped to handlers as well, or
 > only by designing a specific ISAPI filter?

Yes. Use Wildcard Application Mapping, which basically allows an ISAPI
Extension handler to trigger on any request extension, and its scope depends
on where it is configured.

ISAPI Filter is something that triggers on all requests at a global or
per-site scope (and if it parses the URL, on a per-directory or per-URL
scope). Wildcard Application Mapping is an ISAPI Extension whose scope
depends on where it is configured, and that can be global, per-site,
per-directory, or per-URL.

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Moshe Eshel" <meshel.DeleteThis@interwise.com> wrote in message
news:eCHI7kADEHA.3788@TK2MSFTNGP10.phx.gbl...
Hi,

I've installed IIS 6.0 and put a web application on it (written in ASP)
Everything works fine (After enabling ASP Pages and Parent Paths)

Question: I have a client application that uploads files to a
pre-defined location on the web server using the PUT command

This does not seem to work unless I enable WebDAV extension on the
server. Is there any way to allow uploading with PUT to a specific
directory without enabling WebDav, or maybe enabling WebDAV only for a
specific directory ???

Also can anyone explain a bit about WebDAV? I've read a bit on th
internet, but I can't seem to understand what exactly it does.

Last question, IIS supports assigning extensions to handler
applications, can directories be mapped to handlers as well, or only by
designing a specific ISAPI filter?

Thanks
Moshe<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Enabling HTTP PUT To a directory on IIS 6.0 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
HTTP Compression at specific directory on IIS6.0 - Hi, On IIS6.0, how can I configure HTTP Compression at specific directory? Can I configure one directory to support GZIP only and another directory to support DEFLATE only? Can someone provide some command examples? Thanks Dave

HTTP Error 404 - File or directory not found. - Hello, I have Server 2003 with IIS installed. Web Service Extentions are all allowed. IIS Admin Service is running. My Website will not open. The default website does not work either. IIS 5.0 on Server 2000 works fine, but IIS 6.0 on Server 2003 doe...

HTTP Error 404 - File or directory not found. - We recently installed IIS 6 and in an ASP page are trying to make a self extracting .exe available by download using: http://www.url.com/downloadfile.exe ....however now getting a "The page cannnot be found" message or HTTP Error 404 with ...

enabling logging for web reports?? - I have rebuilt our web server using windows 2003. I use fp 2002 to creat the site. Within FP I want to view the daily usage reports. Where do I have to enable logging on the web server so that I am able to view what pages get the most hits? Thank....

fpse2002 enabling subwebs - Hi. I've been looking around for about one day without really finding much info on this. I run an iis6 server that has around 1000subwebs for students. Anyone got any ideas on how I can mass enable fpse2002 for these subwebs?
   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 ]