Building an IIS file server
Use the operating system for Windows 10 Enterprise Edition, similar to other Windows systems, please learn from:
First, of course, there must be no IIS at the beginning, so what should I do? Need a software environment to build, the specific method is as follows:
1) Open "Control Panel" and locate "programs and features" as shown in:
2) Click to go to "Enable or disable Windows features" as shown in:
3) After entering, tick all the nodes under "Internet Information Services" (so that a fully functional HTTP/FTP server is built), and note that the "WebDAV release" must be installed, This is very much related to file access permissions in the file server, and if you want to read and write to a folder in the server that has read and write permissions, you must turn on this option, as shown in:
4) Wait for the installation to complete, please be patient, as shown in:
5) When finished, click the "Close" button, then, open "Control Panel" and find "Administrative Tools" as shown in:
6) After tapping "Administrative Tools", locate "Internet information Services (IIS) Manager" and open it as shown in:
7) After entering, it has entered the IIS management interface, we only use the function as red box in the IIS function, as shown in:
8) First build IIS, a default Web site will appear, we will move the mouse over the "Default Web Sites" above, right-click the popup menu, in the menu, tap "Delete" to delete the site, as shown in:
9) Add your own website, mouse over the "website", right click on the mouse, pop-up menu, click "Add Site" in the menu, as shown in:
10) According to the steps described, fill in the Site name and select the physical path, the other default can be, and then click the "OK" button:
11) This website is only as a file server, therefore, the server's file browsing function opens, in order to browse, the specific action for the mouse double-click "Directory Browsing", the "action" in the column "Enable" opens, as shown in:
12) Mouse Double-click on "WebDAV authoring rules" as shown in
13) Click "WebDAV Settings" as shown in:
14) Set the property in the red box shown in ①② to the attribute shown in the figure, and click "Apply" as shown in:
15) go back to "WebDAV authoring rules" and click "Add Authoring Rule" as shown in:
16) in the popup "Add Authoring Rule", "Allow access to this content" check, the permission "read, source, write" Tick, click the "OK" button to close, as shown in:
17) Return to "WebDAV authoring rules" and click "Enable WebDAV" as shown in:
18) Double-click Authentication to enable anonymous authentication (client read file) and Windows authentication (client write, delete) as follows:
19) in order to allow the file server to have write, delete function, you can create a new account on the existing Windows System account "test" (Password: 123), as shown in:
The above about how to create account content, please Baidu
20) in order for the test account to have a smooth access to the "testwebsite" folder stored under E, you need to set the access rights for the Power Users group to that folder, as shown in:
For questions about how to set permissions for a specific group or user, please Baidu
21) To view the IP address of the native IIS and enter the IP in the browser, the following will be displayed, as shown in:
22) Since then, the construction of the IIS file server has been completed.
IIS-built HTTP file server