I have an ASP.NET application hosted on IIS. And have some html files in a folder under "c" drive on the same server. My application try to read those files and display some content from those files onto the webpage. But it seems like application is not able to read those html files. I have tried with all the permissions.
LIKE : giving that folder "Network service" "Network", "ISUR" full control permissions. But application is displaying
404 File or Folder not found error. Please suggest.
Thanks