2

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

1 Answer 1

1

maybe these help

https://www.mssqltips.com/sqlservertip/1838/different-ways-to-enable-filestream-feature-of-sql-server-2008/

https://msdn.microsoft.com/en-us/library/gg492061.aspx

Access Denied when inserting file into Sql Server 2012 FileTable using File.CreateFile in ASP.NET website

Sign up to request clarification or add additional context in comments.

2 Comments

Thanks a lot,but I've checked these links before and they didn't help.
Many years on and I need an answer to this question also. If anyone knows how to get this working, please share. I need to write files to the UNC share exposed by MS SQL's FileTable from a C# website hosted on the same server. Any help would be greatly appriciated. Thank you.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.