Link to home
Start Free TrialLog in
Avatar of leen emad
leen emadFlag for Jordan

asked on

How to use NFS (Network File System) in Asp.net mvc 5?

I have windows 7, IIS 10 express, and visual studio 2015 installed. I am building an online IDE where users can run and compile their code.

In my application, users are added by an admin, then the admin creates a directory per user based on the User's name.
I need to create 1 admin account for the storage. Inside there'll be the directories for users. Users don't have a direct access on their directories, instead, the contents (code files)  of those directories 'll be displayed for the user based on his UserName.  

I am a beginner and I don't really understand the technical details of NFS,  What are some good tutorials that might help? Is Azure storage considered a better alternative in my case?
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

NTFS or NFS ? There is a big difference.
Avatar of leen emad

ASKER

Both work with my application. But I didn't find any resources or articles that explain how to use them for ASP.NET MVC application
ASKER CERTIFIED SOLUTION
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial