----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: NetPointer Message 2 in Discussion I dont have the exact answer to your question, but I found this, which might be helpful to you... http://www.microsoft.com/technet/treeview/default.asp?url=/technet/columns/insider/iisi0502.asp Following was taken from the above link.. Code Examples for Editing Documents from ASP using WebDAV Q: Where can I get code examples of how to edit documents from an asp using WebDAV? A: You're best bet of using WebDAV from scripts on IIS would be to use the WebClient class of ASP.Net.. If you are using Windows XP or Windows Server 2003, WebDAV functionality is part of the operating system. This permits you to reference a file on a web server using HTTP in the same way you would use a UNC pathname. For example, you could map a drive with NET USE * http://servername/directory and then access that location using the drive letter. Alternately, you can create a COM object that is a WebDAV client. You can use the object to issue WebDAV verbs to IIS 5.x or IIS 6.0. Additionally, if you search MSDN for WebDAV, you will find quite a few examples of how to use XML to craft WebDAV queries for Exchange and other Microsoft servers. There is a WebDAV sample application in the Microsoft Exchange 2000 Server SDK . http://nestroy.wi-inf.uni-essen.de/Forschung/Publikationen/WETICE99/webdav-client-impl/ http://www.topxml.com/conference/wrox/1999_dc/text/davedav.asp ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/BDotNet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
