HTTP-DAV on IIS 7.0
Posted
by
Ismail
on Server Fault
See other posts from Server Fault
or by Ismail
Published on 2010-11-22T07:06:32Z
Indexed on
2010/12/30
2:55 UTC
Read the original article
Hit count: 471
I wan't to integrate .NET Application Updater Component in my application for auto update of client application. It says
The .NET Application Updater component uses HTTP-DAV to download the application update and thus requires a Web server that supports HTTP-DAV. IIS 5.0 that comes with Windows 2000 and newer operating systems support HTTP-DAV.
My server is a Windows 2008 Server and runs IIS 7.0. Does IIS 7.0 support "HTTP-DAV"? And if yes how can I enable it?
© Server Fault or respective owner