Версия для печати темы
Нажмите сюда для просмотра этой темы в оригинальном формате
Форум программистов > ASP > FormsAuthentication


Автор: Oldi 27.2.2013, 19:45
Ребят помогите подключить FormsAuthentication. Какую библиотеку нужно подключать? или без библиотеки можно обойтись? в web.config прописал 

Код

    <authentication mode="Forms">
      <forms loginUrl="~/Login.aspx" timeout="5000" />
    </authentication>

  <httpModule>
    <add name="FormsAuthentication"
        type="System.Web.Security.FormsAuthenticationModule" />
  </httpModule>



но FormsAuthentication в файлах .cs не видно. как быть?


извиняюсь за пост. 

using System.Web.Security;

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)