I have a web server which loads imagery from UNC filesystems for each site. These are added as a virtual directory for each site. These filesystems can contain thousands of folders and it appears that IIS is monitoring each folder for changes, which means the server eventually runs out of file handles for the UNC filesystem. I've increased the number, but this only puts off the issue. Is there a way of telling IIS not to monitor for changes on UNC filesystems?
I've looked at EnableChangeNotificationForUNC
but there isn't an ASP entry under HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\
on the machine so I assume this is out of date.