Is it possible to make part of a site on IIS only viewable from localhost?

前端 未结 10 802
后悔当初
后悔当初 2020-12-15 05:19

We\'ve got a webserver running IIS. We\'d like to run maybe a shared blog or something to keep track of information. Because of security issues, we\'d like for that part to

10条回答
  •  攒了一身酷
    2020-12-15 05:43

    Depending on exactly what you want to happen if an unauthorized user tries to visit it.

    You could try to setup the specific section as a virtual directory, then deny view to anonymous users. However, they will be prompted for login, and if they can login then they could see it.

提交回复
热议问题