Вопрос

I want to add integrated windows authentication feature to my asp.net app. I dont know how to add it. I am developing it with C#. Please help me out.

Это было полезно?

Решение

Inside a default project's web.config file, there should be an <authentication mode="x"> element. Change the mode to "Windows" and you should be all set -- but this just allows users from your network to access the app. You'd still have to create roles and/or groups to prevent access to certain features or areas.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top