Hello. We're trying to give access via WebDAV to customers using authentication based on IP whitelists instead of username/password entry. This used to be possible with IIS 6 but it doesn't seem to be working in IIS 7.5 running on Server 2008 R2. Can anyone tell me whether it should be possible or not?
We have a site set up with anonymous authentication turned on, windows authentication turned off, the default IP rule set to deny and then some rules allowing access from specific IP addresses.
When trying to connect, the webclient (I'm using Windows 7 to test it out) still requests username and password credentials.
Thanks in advance for any help.