I have an ASP.Net MVC application which is published on the IIS server,in this app I want to access the files which are stored in the filetable of a database,I mean I'm trying to access the files stored in the virtual filetable directory. Note:The application and database are located on different servers. Currently, I receive "Access to the path denied" in my application. I don't know how to set the proper login and permission to achieve this goal.
Please help me solve this issue.
Thanks in advance