{"id":24,"date":"2008-06-11T12:01:57","date_gmt":"2008-06-11T18:01:57","guid":{"rendered":"http:\/\/www.n8williams.com\/devblog\/?p=24"},"modified":"2008-06-11T12:25:30","modified_gmt":"2008-06-11T18:25:30","slug":"configure-webdav-in-iis-over-ssl-using-windows-authentication-but-allow-read-access-for-all-internet-users","status":"publish","type":"post","link":"https:\/\/n8williams.com\/devblog\/general_dev\/configure-webdav-in-iis-over-ssl-using-windows-authentication-but-allow-read-access-for-all-internet-users","title":{"rendered":"Configure webDav in IIS over SSL using windows authentication, but allow read access for all internet users"},"content":{"rendered":"<p>Note: To set up webDAV, here is a good article (If your using IIS 5.0 it is most likely already up and running):<br \/>\nhttp:\/\/www.windowsnetworking.com\/articles_tutorials\/WebDAV-IIS.html<\/p>\n<p>The following article was good, but I thought it would be better to just use multiple virtual directories rather than multiple IIS sites.<\/p>\n<p>http:\/\/kb.adobe.com\/selfservice\/viewContent.do?externalId=tn_19095<\/p>\n<p>What I did:<br \/>\n1)make a virtual directory imagesUploads that requires SSL and windows authentication and points to the uploads\/images folder on the server. Allow write\/modify\/etc. in IIS.<br \/>\n2)make a virtual directory images, which points to the same uploads\/images folder, but does not require SSL or windows login, just anonymous user read access in IIS.<br \/>\n3)On the uploads\/images physical folder, give the upload users all the write\/modify access they may need. Give the IUSR anonymous internet user account read only rights.<br \/>\n4)Users upload using webDAV and the URL yourdomain.com\/imagesUploads, but your stuff will all point yourdomain.com\/images<\/p>\n<p>The retarded thing is, that is a user tries to access the non-ssl upload site, windows will still prompt for a login, and will deny them no-matter what, because it is not SSL. but I wonder if the uname\/pw text is being sent, because that would make network sniffers pickup the credentials.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Note: To set up webDAV, here is a good article (If your using IIS 5.0 it is most likely already up and running): http:\/\/www.windowsnetworking.com\/articles_tutorials\/WebDAV-IIS.html The following article was good, but I thought it would be better to just use multiple virtual directories rather than multiple IIS sites. http:\/\/kb.adobe.com\/selfservice\/viewContent.do?externalId=tn_19095 What I did: 1)make a virtual directory &hellip; <a href=\"https:\/\/n8williams.com\/devblog\/general_dev\/configure-webdav-in-iis-over-ssl-using-windows-authentication-but-allow-read-access-for-all-internet-users\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Configure webDav in IIS over SSL using windows authentication, but allow read access for all internet users&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[7],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.11 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Configure webDav in IIS over SSL using windows authentication, but allow read access for all internet users - The Dev Pages<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/n8williams.com\/devblog\/general_dev\/configure-webdav-in-iis-over-ssl-using-windows-authentication-but-allow-read-access-for-all-internet-users\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Configure webDav in IIS over SSL using windows authentication, but allow read access for all internet users - The Dev Pages\" \/>\n<meta property=\"og:description\" content=\"Note: To set up webDAV, here is a good article (If your using IIS 5.0 it is most likely already up and running): http:\/\/www.windowsnetworking.com\/articles_tutorials\/WebDAV-IIS.html The following article was good, but I thought it would be better to just use multiple virtual directories rather than multiple IIS sites. http:\/\/kb.adobe.com\/selfservice\/viewContent.do?externalId=tn_19095 What I did: 1)make a virtual directory &hellip; Continue reading &quot;Configure webDav in IIS over SSL using windows authentication, but allow read access for all internet users&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/n8williams.com\/devblog\/general_dev\/configure-webdav-in-iis-over-ssl-using-windows-authentication-but-allow-read-access-for-all-internet-users\" \/>\n<meta property=\"og:site_name\" content=\"The Dev Pages\" \/>\n<meta property=\"article:published_time\" content=\"2008-06-11T18:01:57+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2008-06-11T18:25:30+00:00\" \/>\n<meta name=\"author\" content=\"Nate Admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@admin\" \/>\n<meta name=\"twitter:site\" content=\"@admin\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Nate Admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/n8williams.com\/devblog\/general_dev\/configure-webdav-in-iis-over-ssl-using-windows-authentication-but-allow-read-access-for-all-internet-users#article\",\"isPartOf\":{\"@id\":\"https:\/\/n8williams.com\/devblog\/general_dev\/configure-webdav-in-iis-over-ssl-using-windows-authentication-but-allow-read-access-for-all-internet-users\"},\"author\":{\"name\":\"Nate Admin\",\"@id\":\"https:\/\/n8williams.com\/devblog\/#\/schema\/person\/1c31624786b5382f1a811f0a01985757\"},\"headline\":\"Configure webDav in IIS over SSL using windows authentication, but allow read access for all internet users\",\"datePublished\":\"2008-06-11T18:01:57+00:00\",\"dateModified\":\"2008-06-11T18:25:30+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/n8williams.com\/devblog\/general_dev\/configure-webdav-in-iis-over-ssl-using-windows-authentication-but-allow-read-access-for-all-internet-users\"},\"wordCount\":237,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/n8williams.com\/devblog\/#\/schema\/person\/1c31624786b5382f1a811f0a01985757\"},\"articleSection\":[\"General Dev\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/n8williams.com\/devblog\/general_dev\/configure-webdav-in-iis-over-ssl-using-windows-authentication-but-allow-read-access-for-all-internet-users#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/n8williams.com\/devblog\/general_dev\/configure-webdav-in-iis-over-ssl-using-windows-authentication-but-allow-read-access-for-all-internet-users\",\"url\":\"https:\/\/n8williams.com\/devblog\/general_dev\/configure-webdav-in-iis-over-ssl-using-windows-authentication-but-allow-read-access-for-all-internet-users\",\"name\":\"Configure webDav in IIS over SSL using windows authentication, but allow read access for all internet users - The Dev Pages\",\"isPartOf\":{\"@id\":\"https:\/\/n8williams.com\/devblog\/#website\"},\"datePublished\":\"2008-06-11T18:01:57+00:00\",\"dateModified\":\"2008-06-11T18:25:30+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/n8williams.com\/devblog\/general_dev\/configure-webdav-in-iis-over-ssl-using-windows-authentication-but-allow-read-access-for-all-internet-users#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/n8williams.com\/devblog\/general_dev\/configure-webdav-in-iis-over-ssl-using-windows-authentication-but-allow-read-access-for-all-internet-users\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/n8williams.com\/devblog\/general_dev\/configure-webdav-in-iis-over-ssl-using-windows-authentication-but-allow-read-access-for-all-internet-users#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/n8williams.com\/devblog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Configure webDav in IIS over SSL using windows authentication, but allow read access for all internet users\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/n8williams.com\/devblog\/#website\",\"url\":\"https:\/\/n8williams.com\/devblog\/\",\"name\":\"The Dev Pages\",\"description\":\"A knowledge base for web applications development (and beyond)\",\"publisher\":{\"@id\":\"https:\/\/n8williams.com\/devblog\/#\/schema\/person\/1c31624786b5382f1a811f0a01985757\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/n8williams.com\/devblog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/n8williams.com\/devblog\/#\/schema\/person\/1c31624786b5382f1a811f0a01985757\",\"name\":\"Nate Admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/n8williams.com\/devblog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/19d7bc7602072ac846e912622704a628?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/19d7bc7602072ac846e912622704a628?s=96&d=mm&r=g\",\"caption\":\"Nate Admin\"},\"logo\":{\"@id\":\"https:\/\/n8williams.com\/devblog\/#\/schema\/person\/image\/\"},\"sameAs\":[\"http:\/\/n8williams.com\",\"https:\/\/twitter.com\/admin\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Configure webDav in IIS over SSL using windows authentication, but allow read access for all internet users - The Dev Pages","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/n8williams.com\/devblog\/general_dev\/configure-webdav-in-iis-over-ssl-using-windows-authentication-but-allow-read-access-for-all-internet-users","og_locale":"en_US","og_type":"article","og_title":"Configure webDav in IIS over SSL using windows authentication, but allow read access for all internet users - The Dev Pages","og_description":"Note: To set up webDAV, here is a good article (If your using IIS 5.0 it is most likely already up and running): http:\/\/www.windowsnetworking.com\/articles_tutorials\/WebDAV-IIS.html The following article was good, but I thought it would be better to just use multiple virtual directories rather than multiple IIS sites. http:\/\/kb.adobe.com\/selfservice\/viewContent.do?externalId=tn_19095 What I did: 1)make a virtual directory &hellip; Continue reading \"Configure webDav in IIS over SSL using windows authentication, but allow read access for all internet users\"","og_url":"https:\/\/n8williams.com\/devblog\/general_dev\/configure-webdav-in-iis-over-ssl-using-windows-authentication-but-allow-read-access-for-all-internet-users","og_site_name":"The Dev Pages","article_published_time":"2008-06-11T18:01:57+00:00","article_modified_time":"2008-06-11T18:25:30+00:00","author":"Nate Admin","twitter_card":"summary_large_image","twitter_creator":"@admin","twitter_site":"@admin","twitter_misc":{"Written by":"Nate Admin","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/n8williams.com\/devblog\/general_dev\/configure-webdav-in-iis-over-ssl-using-windows-authentication-but-allow-read-access-for-all-internet-users#article","isPartOf":{"@id":"https:\/\/n8williams.com\/devblog\/general_dev\/configure-webdav-in-iis-over-ssl-using-windows-authentication-but-allow-read-access-for-all-internet-users"},"author":{"name":"Nate Admin","@id":"https:\/\/n8williams.com\/devblog\/#\/schema\/person\/1c31624786b5382f1a811f0a01985757"},"headline":"Configure webDav in IIS over SSL using windows authentication, but allow read access for all internet users","datePublished":"2008-06-11T18:01:57+00:00","dateModified":"2008-06-11T18:25:30+00:00","mainEntityOfPage":{"@id":"https:\/\/n8williams.com\/devblog\/general_dev\/configure-webdav-in-iis-over-ssl-using-windows-authentication-but-allow-read-access-for-all-internet-users"},"wordCount":237,"commentCount":0,"publisher":{"@id":"https:\/\/n8williams.com\/devblog\/#\/schema\/person\/1c31624786b5382f1a811f0a01985757"},"articleSection":["General Dev"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/n8williams.com\/devblog\/general_dev\/configure-webdav-in-iis-over-ssl-using-windows-authentication-but-allow-read-access-for-all-internet-users#respond"]}]},{"@type":"WebPage","@id":"https:\/\/n8williams.com\/devblog\/general_dev\/configure-webdav-in-iis-over-ssl-using-windows-authentication-but-allow-read-access-for-all-internet-users","url":"https:\/\/n8williams.com\/devblog\/general_dev\/configure-webdav-in-iis-over-ssl-using-windows-authentication-but-allow-read-access-for-all-internet-users","name":"Configure webDav in IIS over SSL using windows authentication, but allow read access for all internet users - The Dev Pages","isPartOf":{"@id":"https:\/\/n8williams.com\/devblog\/#website"},"datePublished":"2008-06-11T18:01:57+00:00","dateModified":"2008-06-11T18:25:30+00:00","breadcrumb":{"@id":"https:\/\/n8williams.com\/devblog\/general_dev\/configure-webdav-in-iis-over-ssl-using-windows-authentication-but-allow-read-access-for-all-internet-users#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/n8williams.com\/devblog\/general_dev\/configure-webdav-in-iis-over-ssl-using-windows-authentication-but-allow-read-access-for-all-internet-users"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/n8williams.com\/devblog\/general_dev\/configure-webdav-in-iis-over-ssl-using-windows-authentication-but-allow-read-access-for-all-internet-users#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/n8williams.com\/devblog\/"},{"@type":"ListItem","position":2,"name":"Configure webDav in IIS over SSL using windows authentication, but allow read access for all internet users"}]},{"@type":"WebSite","@id":"https:\/\/n8williams.com\/devblog\/#website","url":"https:\/\/n8williams.com\/devblog\/","name":"The Dev Pages","description":"A knowledge base for web applications development (and beyond)","publisher":{"@id":"https:\/\/n8williams.com\/devblog\/#\/schema\/person\/1c31624786b5382f1a811f0a01985757"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/n8williams.com\/devblog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/n8williams.com\/devblog\/#\/schema\/person\/1c31624786b5382f1a811f0a01985757","name":"Nate Admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/n8williams.com\/devblog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/19d7bc7602072ac846e912622704a628?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/19d7bc7602072ac846e912622704a628?s=96&d=mm&r=g","caption":"Nate Admin"},"logo":{"@id":"https:\/\/n8williams.com\/devblog\/#\/schema\/person\/image\/"},"sameAs":["http:\/\/n8williams.com","https:\/\/twitter.com\/admin"]}]}},"_links":{"self":[{"href":"https:\/\/n8williams.com\/devblog\/wp-json\/wp\/v2\/posts\/24"}],"collection":[{"href":"https:\/\/n8williams.com\/devblog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/n8williams.com\/devblog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/n8williams.com\/devblog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/n8williams.com\/devblog\/wp-json\/wp\/v2\/comments?post=24"}],"version-history":[{"count":0,"href":"https:\/\/n8williams.com\/devblog\/wp-json\/wp\/v2\/posts\/24\/revisions"}],"wp:attachment":[{"href":"https:\/\/n8williams.com\/devblog\/wp-json\/wp\/v2\/media?parent=24"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/n8williams.com\/devblog\/wp-json\/wp\/v2\/categories?post=24"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/n8williams.com\/devblog\/wp-json\/wp\/v2\/tags?post=24"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}