Hello,
I have security issue with IIS 7.5 and Client-Server application which is developed in WPF technology using .net 4.5 framework. For connection between Client and Server we are using WCF.
Let me explain the problem:
The Server application which is hosted on IIS using File System Watcher for monitoring folders. And here we have a problem. We got a security issue with FSW which is not able to monitor every folder on disc.
Practically, FSW may monitor only this paths:
C:\
C:\inetpub\
C:\inetpub\wwwroot\
C:\inetpub\wwwroot\Server\
C:\inetpub\wwwroot\Server\test\
C:\inetpub\wwwroot\Server\test\... And deeper.
In other case we've got an error "Error reading the e:\xx\ directory." or "The path e\xxx\yyy\ is invalid".
So, here is my question: How to configure IIS for enabling Server application for monitoring every folder with all required permissions and privilages?
Currently, we are using IIS with default settings.
Best regards,
G.Trawinski