Skip to content

SEO-185532-ASP.NET-MVC-File-Explorer Image Alt text #443

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: hotfix/hotfix-v26.1.35
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions aspnetmvc/FileExplorer/Accessing-Shared-Folder.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: Accessing shared folder | FileExplorer | ASP.NET MVC | Syncfusion
description: Accessing shared folder in FileExplorer
title: Accessing shared folder in ASP.NET MVC File Explorer | Syncfusion
description: Learn here all about accessing shared folder in Syncfusion ASP.NET MVC File Explorer control, it's elements, and more.
platform: ejmvc
control: FileExplorer
documentation: UG
keywords: Accessing shared folder option
---

# Access shared folder using FileExplorer
# Access shared folder using ASP.NET MVC File Explorer

Using “FileExplorer”, you can manage the files that are available in a shared folder of another system which is connected through LAN. Refer following steps, here you will see the details about accessing the shared folder with FileExplorer.

Expand Down Expand Up @@ -69,5 +69,5 @@ In the controller page, specify the file handling operation as shown below. This

If shared folder is restricted with authentication, that time you are not able to access this folder using our FileExplorer. Here you will get an exception like “**System.UnauthorizedAccessException, Please add your windows credential details to open '\\server\'**”. In order to solve this problem, you have to add the shared folder credential details in the windows credential manager that is available in your service hosted machine.

![](Accessingsharedfolder_images/Accessingsharedfolder_img1.jpeg)
![Access shared folder using ASP.NET MVC File Explorer.](accessingsharedfolder_images/aspnet-mvc-file-explorer-access-shared-folder.jpeg)