You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DavProtocolEditDocument was always called on a default handler page MyCustomHandlerPage.aspx/html instead of EditDocument() if Basic, Digest, NTLM/Kerberos or anonymous authentication is specified in WebDAV wizards for Visual Studio. Now EditDocument() is called.
Protocol installation message for WebDAV Ajax Library in samples and code generated by WebDAV wizard for Visual Studio now contains link to web browser extension installation and activation instructions.
wwwroot folder with JS files is created and WebDAV Ajax Library files downloaded from NPM if "Create Custom Handler for GET verb" option on "Extended Features" step is unchecked in WebDAV wizards for Visual Sudio. Now this bug is fixed, the wwwroot folder is not created if this option is unchecked.
Broken comments with non-english characters on MyCustomHandlerPage.aspx/html page fixed.