Access Local Files from IIS "silverligh"

76 Views Asked by At

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

0

There are 0 best solutions below