.NET Server

WebDAV Integrated Wizard for Visual Studio

In this article

WebDAV Integrated Wizard for Visual Studio

The WebDAV Integrated Application Wizard generates three-component solution providing a quick-start for customizing every aspect of your file management:

  • WebDAV Server
  • WebDAV Drive
  • Ajax Web UI

The WebDAV Integrated Wizard is provided with v15 Beta 2 and later versions.

WebDAV Integrated Wizard for Visual Studio. Generates WebDAV Server, Virtual Drive and Web UI projects.

Below we shortly describe projects generated by the WebDAV Integrated Application Wizard for Visual Studio.

WebDAV Server

WebDAV Server that can publish data from any source, including file system, database and can be programmed to publish data from virtually any document management system via its API. 

Combined with WebDAV Drive, it enables any authentication support required in your project. Including Entra ID, OAuth2, cookies or any custom auth.

WebDAV Drive Project

The WebDAV Drive project, generated by WebDAV Integrated wizard is a OneDrive-like virtual file system, integrated into OS file manager, with synchronization support, offline files and on-demand loading.

The WebDAV Drive provides functionality similar to WebDAV Drive App supplied with WebDAV Ajax Library, but with a full customization, custom authentication support and white-labeling/rebranding. You can replaсe WebDAV with any custom communication protocol if needed.

Ajax Web UI

The Web UI project provides a Web interface for files management and opening documents from a web page, built on WebDAV Ajax Library

WebDAV Ajax Library opens documents using mounted drive built from WebDAV Drive Project. The documents opening is triggered by a custom web browser protocol schema generated and installed as part of WebDAV Drive.