asp.net mvc app_data folder

前端 未结 1 920
没有蜡笔的小新
没有蜡笔的小新 2021-01-17 13:29

I want to store a large number of images on a server gallery. I can create my own folder for that, but in the default template there is a folder named App_Data. Obviously, I

1条回答
  •  再見小時候
    2021-01-17 13:52

    It is by design. App_Data was meant for data files like sql express DB's files. It is protected so that you can't surf to it and grab files out of it. Put your images in another folder to correct this.

    0 讨论(0)
提交回复
热议问题