Discussion:
Webdav Custom Properties
(too old to reply)
Ingram Leedy
2004-01-06 21:48:40 UTC
Permalink
Does IIS/Webdav support "custom properties" using PROPATCH/PROFIND?
Wei-Dong Xu [MSFT]
2004-01-07 01:56:25 UTC
Permalink
Hi Ingram,

Thank you for posting in MSDN managed newsgroup!

From my understanding to this issue, you will need to add custom properties into the propfind/PROPATCH method of webdav.

If so, so far as I know, IIS will not provide this service for you alone. You will need to install Exchange server to obtain this feature. There are
two articles from Exchange 2003 which will provide some assistance for you. Please go to:
Setting and Retrieving Custom Properties
http://msdn.microsoft.com/library/en-us/e2k3/e2k3/_exch2k_setting_and_retrieving_custom_properties.asp?frame=true

Setting Multivalued Properties (WebDAV)
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/e2k3/e2k3/_exch2k_setting_mutivalue_properties_webdav.asp

Please feel free to let me know if you have any further questions.

Does this answer your question? Thank you for using Microsoft NewsGroup!

Wei-Dong Xu
Microsoft Product Support Services
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
John Smith
2004-01-07 02:11:33 UTC
Permalink
Ahh. Ok, yea, we have an exchange store running that we can test with. It
seems that there are multiple WebDav produces with Microsoft:

IIS
FrontPage
WSS and various versions of Sharepoint and Sharepoint Portal.
Exchange

What I am trying to do is set a custom property like MD5-checksum on a file
without having to download the entire file.
Post by Wei-Dong Xu [MSFT]
Hi Ingram,
Thank you for posting in MSDN managed newsgroup!
From my understanding to this issue, you will need to add custom
properties into the propfind/PROPATCH method of webdav.
Post by Wei-Dong Xu [MSFT]
If so, so far as I know, IIS will not provide this service for you alone.
You will need to install Exchange server to obtain this feature. There are
Post by Wei-Dong Xu [MSFT]
Setting and Retrieving Custom Properties
http://msdn.microsoft.com/library/en-us/e2k3/e2k3/_exch2k_setting_and_retrieving_custom_properties.asp?frame=true
Post by Wei-Dong Xu [MSFT]
Setting Multivalued Properties (WebDAV)
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/e2k3/e2k3/_exch2k_setting_mutivalue_properties_webdav.asp
Post by Wei-Dong Xu [MSFT]
Please feel free to let me know if you have any further questions.
Does this answer your question? Thank you for using Microsoft NewsGroup!
Wei-Dong Xu
Microsoft Product Support Services
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
Wei-Dong Xu [MSFT]
2004-01-09 08:52:44 UTC
Permalink
Hi John,

Is my suggestion helpful for this issue?

Please feel free to let me know if you have any questions.

Thank you for using Microsoft NewsGroup!

Wei-Dong Xu
Microsoft Product Support Services
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
Ingram Leedy
2004-01-09 15:53:43 UTC
Permalink
Wei-Dong,

Thanks for the insight -- It would be nice to use IIS, is there anyway to
extend IIS programatically? Or do you know of any IIS webdav ISAPI or
ASP.NET methods of building custom properties or features?

-- Ingram
Post by Wei-Dong Xu [MSFT]
Hi John,
Is my suggestion helpful for this issue?
Please feel free to let me know if you have any questions.
Thank you for using Microsoft NewsGroup!
Wei-Dong Xu
Microsoft Product Support Services
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
Wei-Dong Xu [MSFT]
2004-01-12 03:49:41 UTC
Permalink
Hi Ingram,

Thank you for replying!

From IIS without Exchange server, you will need to write one ISAPI filter
to handle the webdav requests. So far as I know, you may need to write one
for your scenario.

Using ASP.net, based on my experience, you will also need to take advantage
of Exchange to use the custom properties.

Please feel free to let me know if you have any further questions.

Does this answer your question? Thank you for using Microsoft NewsGroup!

Wei-Dong Xu
Microsoft Product Support Services
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
Wei-Dong Xu [MSFT]
2004-01-12 03:58:00 UTC
Permalink
Hi Ingram,

Furthermore, for the development of ISAPI filter, you can find the
reference and sample from the link:
http://msdn.microsoft.com/library/en-us/iissdk/iis/iis_isapi_filters.asp

Please feel free to let me know if you have any further questions.

Does this answer your question? Thank you for using Microsoft NewsGroup!

Wei-Dong Xu
Microsoft Product Support Services
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
Ingram Leedy
2004-01-12 14:58:05 UTC
Permalink
Thanks!
Post by Wei-Dong Xu [MSFT]
Hi Ingram,
Furthermore, for the development of ISAPI filter, you can find the
http://msdn.microsoft.com/library/en-us/iissdk/iis/iis_isapi_filters.asp
Please feel free to let me know if you have any further questions.
Does this answer your question? Thank you for using Microsoft NewsGroup!
Wei-Dong Xu
Microsoft Product Support Services
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
Wei-Dong Xu [MSFT]
2004-01-13 02:09:54 UTC
Permalink
Hi Ingram,

It is my pleasure to be some of service.

Thank you once more for using Microsoft NewsGroup!

Wei-Dong Xu
Microsoft Product Support Services
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
Continue reading on narkive:
Loading...