OS/WINDOWS

[IIS] Add Virtual Directory on IIS with network drive

donghunl 2024. 2. 14. 07:57
반응형

When you config web upload file folder on different Windows sever, you need to creat virtual directory and config some permission.

 

How to do it.

  1. Create same windows user in both web server and file server.
  2. Add virtual directory and grant read & write permission.
  3. Configure connection using created user.
  4. Change Anonymous Authentication using created user in application pool.
반응형