.htaccess or .htpasswd equivalent on IIS?

后端 未结 4 1559
天涯浪人
天涯浪人 2020-11-27 04:27

Does anyone know if there is an equivalent to .htaccess and .htpassword for IIS ? I am being asked to migrate an app to IIS that uses .htaccess to control access to sets of

4条回答
  •  遥遥无期
    2020-11-27 04:57

    This is the documentation that you want: http://msdn.microsoft.com/en-us/library/aa292114(VS.71).aspx

    I guess the answer is, yes, there is an equivalent that will accomplish the same thing, integrated with Windows security.

提交回复
热议问题