Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我不想拒绝 web.config 中每个人对目录的访问。这可能吗?或者应该足够拒绝?我将它托管在 IIS 服务器上。
<location path="folder"> <system.web> <authorization> <deny users="*"/> </authorization> </system.web> </location>