如何访问ASP.Net网站bin目录内的文件
生活随笔
收集整理的這篇文章主要介紹了
如何访问ASP.Net网站bin目录内的文件
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
在web.config中添加如下配置可以實(shí)現(xiàn),一般不推薦使用。
<?xml version="1.0" encoding="UTF-8"?> <configuration><system.webServer><directoryBrowse enabled="true" /><security><requestFiltering><hiddenSegments><remove segment="bin" /></hiddenSegments></requestFiltering></security></system.webServer> </configuration>轉(zhuǎn)載于:https://www.cnblogs.com/beginor/archive/2009/03/21/1418374.html
總結(jié)
以上是生活随笔為你收集整理的如何访问ASP.Net网站bin目录内的文件的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: SPList和SPDocumentLib
- 下一篇: asp.net跨页面传值收集