In a silver-light application I'm using to the following code in my Visual Studio development environment it works fine
FileStream file = new FileStream(@"D:\OP20TS.jpg", FileMode.Open); but when publish website on iis it give me
File Operation to not permitted Access to path D:\OP20TS.jpg is denied
I have tried to give IIS full permission to the path but not work how to handle this point Thanks in advance