ASP.NET - Reading and writing to the file-system, outside the application

后端 未结 2 976
星月不相逢
星月不相逢 2020-12-04 02:33

Is there a way to access the file-system outside of the current ASP.NET application, without going around giving IIS_IUSRS permissions? For example, if I wanted

2条回答
  •  抹茶落季
    2020-12-04 03:27

    You can also setup your AppPool to run under an account with the appropriate credentials.

提交回复
热议问题