I am trying to find a solution where users have access to shared drives on the network/windows domain. I created a basic MVC3 Intranet application which recognized my domain username and displays it in the browser out of the box.
the question is how hard is it to implement a web based file share GUI using the MVC3 Intranet App where users are authenticated on the network or through their integrated windows authentication when they log in to their stations?
The idea is to avoid that the users have to manually map shared drive across the network and have a user friendly GUI to manage/share their files.
Thanks