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>