On the non microsoft network file system I am keeping the files and using this UNC path to create the website using IIS 7.5. The file system fails to complete the IRP_MJ_DIRECTORY_CONTROL for Notification change since it is not implemented because of which the IIS is failing to open the site. I came to know that on IIS 7.5 we can avoid the IIS asking for directory change notification instead to use the polling method (http://www.iis.net/configreference/configurationredirection) but after setting the enableUncPolling to TRUE, still the IIS is requesting for directory change notification and failing to open the site.
Please let me know is there any other settings needed to enable the enableUncPolling?
↧