After I installed t开发者_高级运维he .net framework 3.5 to my IIS box (which didn\'t have any previous version of .net framework), I\'m not long able to upload the aspx page via WebDav with MS Express
I\'ve been trying to retrive attachment from message in Exchange 2003 server using WebDAV. Ican successfully read messages and retrive list of attachments. However I am failing to save attachments. I
I want to upload files directly to IIS7 (in this case I am using the WebRequest obje开发者_JS百科ct in .NET). Thus I need IIS7 to accept POST, PUT, and DELETE verbs such that I can upload and delete f
I want to copy an ASP.NET MVC website to a remote IIS 7 server using WebDAV. I have created a site in IIS, enabled WebDAV and assigned a special application pool I have named \"WebDAV Application Pool
I\'d like to fetch some files from a SharePoint site, however I do not want to use the web services as a) I want to be compatible with both 2007 and 2010 and b) I\'m not sure if Web Services can give
I am using Independentsoft\'s WebDav API to create a calendar appointment. I would like to set the category of the appointment.
I\'d like to write a small script that implements RFC4709 for OS/X. I started off by creating an application bundle that registers the application/xml+davmount mimetype and launches a simple python s
This might be a simple question, but I am at a loss. I am writing a small SVN web client which uses HTTP requests to Webdav api\'s on my Apache server.
In my answer to ano开发者_Go百科ther post in SO (here: SharePoint 2007, how to check if a folder exists in a document library) I had to parse an XML document with structure:
I want to restrict the access of users to SVN repos by branch. The users would be accessing the repo via Apache / WebDAV. It\'s mostly about commits, I don\'t really care about the read access too muc