Questions tagged [ithit-webdav-server]

Stands for IT Hit WebDAV Server Engine for .Net

This tag is used to mark questions related to IT Hit WebDAV Server Engine for .Net.

89 questions
1
vote
1 answer

Issues with Adobe Acrobat

We have some users who are using Adobe Acrobat to edit .pdf files over WebDAV. There are a couple of issues that we are experiencing. The acrobat client seems to be very chatty. We get multiple PROPFIND calls before the first GET. To edit even…
Steven
  • 860
  • 6
  • 24
1
vote
2 answers

Visio 2010 opens web link read only on some PCs...other open Read Write

We are using the itHit Server and Ajax WebDAV Library to edit documents with our web application. We have two client PCs. Both have the same OS (W7 sp1 64bit) and Visio 2010 (14.0.7145.5000 32-bit). One has IE9 and the other has IE11. The IE9 PC…
Rich
  • 61
  • 8
1
vote
1 answer

Word 2007 opens document read-only using iT Hit Ajax Library

We have implemented the iT Hit server (v3.9) and Ajax library (v1.8.0.1342) and everything is fine with Word 2010 and 2013 and even Office for Mac:2011 but Word 2007 opens the document as read-only...we have tried using the information at…
Rich
  • 61
  • 8
1
vote
1 answer

Returning documents of unknown length via ITHit WebDAV engine

Some of the documents in our backend system are read only and dynamically generated when the content is requested. Generating the content for these files is expensive and files of different length are generated over time. Is there a way I can return…
Gary
  • 31
  • 6
1
vote
1 answer

Content-Range header IThitWebDav server

I have installed ITHIT webdav server engine. I tried using CalDev and Class1 server engine instances. However, I was not successful with enabling content-range header. When I am sending PUT with content-range header includes, the IIS server is…
1
vote
4 answers

Windows Explorer not refreshing after CreateFolder (new folder)

We have built a WebDav Service with your Engine and have a one problem when we create a new Folder or File: The new folder / file is created successfully, but not showing in the Windows Explorer. Only if you press F5, the new folder / file is…
1
vote
1 answer

PUT Stream 0 Bytes

I am using Windows Explorer to test the WebDAV implementation I am adapting to our system. The implementation is using IIS Express and is launched by Visual Studio 2013. I turned off Windows Explorer's requirement for SSL with WebDAV so I can test…
1
vote
1 answer

Use blob storage for temporary storage for PUT

I am working on adapting IT HIT WebDAV server for use with a Microsoft Azure Website. I am struggling with a problem. I need to have the file uploaded and sent directly to BLOB storage, and not to a temporary file on local disk. The reason is that…
1
vote
1 answer

The code in UrlRoutingModule crashed

When debugging my code, several times the code in the UrlRoutingModule class crashed. There are 2 kinds of error: Null reference exception: foreach (var route in l) { RouteTable.Routes.Add(route); <-- It crashed here because…
1
vote
1 answer

IT Hit WebDAV PowerPoint and Excel Unlocking before document opens

I have implemented the IT Hit WebDAV server on our company website. I've been looking at the logs and I can see it unlocks PowerPoint presentation twice. Once just before it open and then when you close MS PowerPoint. Can I stop this from happening…
Weggo
  • 138
  • 2
  • 11
1
vote
2 answers

using Webdav .Net Engine from ITHits for direct edit MS Office File

I'm trial http://www.webdavsystem.com/ .Net WebDav Server and having problem direct editing on Word file which always open in read-only mode. (tested with Visio, Excel same problem) I've tried several things noted in the page…
Eric F.
  • 309
  • 4
  • 11
1
vote
1 answer

Opening a WebDav folder in Windows explorer fails on subsequent tries

I have a WebDav server built using the ITHit WebDav.Net classes. I run the project in VS 2010 using IIS 7 (not the built-in dev web server) in release mode. When the project starts up it launches IE and it displays a page that contains a button…
boggy
  • 3,674
  • 3
  • 33
  • 56
0
votes
0 answers

MS Office URL-authentication information missing

I want to avoid login dailog box when on opening a word document using WebDavServer. The official documentation says I can do it like this "implement URL-authentication. Your URLs will look like…
0
votes
0 answers

ms-word command decoded the WebDAV URL before sending to server

We implemented our own WebDAV server as C# HTTP handler running on IIS. We are using below URL to open the document in Word via WebDAV server. ms-word:ofe%7Cu%7Chttp%3A%2F%2FMyWebDavServer%2Fwebdavproxy%2FTest%2FSampleTestDocument.docx We explicitly…
0
votes
1 answer

IT-Hit WebDAV Library: passing Access-Token from webapp through WebDAV-Client to webDAV-Server possible?

I am currently working on a POC and made quite a lot of progress thanks to IT-Hit WebDAV Library. However, I am currently stuck at the authentication. I am using the "OnBeforeRequestSend"-Hook to add my authentication header containing my current…