Asp.net Access To Network Share

后端 未结 3 499
我在风中等你
我在风中等你 2020-12-01 15:53

I have an ASP.NET app which needs to save files to a network share (Samba).

The share requires a username and password to connect.

I have mapped a persistent

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-01 16:00

    It's been a while (6 or 8 years) since I've done something like this, but as I recall, I also had to run the APP Pool as the domain user that had access to the network share in order for IIS to be able to serve up files from it.

提交回复
热议问题