D
D
dake12312014-08-21 08:53:04
C++ / C#
dake1231, 2014-08-21 08:53:04

How to implement authorization, authentication in visual studio 2012 web site?

Hello comrades! There is a website project on visual studio 2012, you need to tie authorization to it through Active Directory, since I am new to this environment, I would like advice on how to do all this, what technologies to use
PS Links to manuals, articles will not be superfluous)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Aram Aramyan, 2014-08-21
@dake1231

The most correct way for you would be to create a ready-made application with authorization in the studio itself (there are templates for projects with authorization), dig into the code and then ask more specific questions.
ASP.NET since version 2.0 has built-in authorization support. Moreover, it has been changed three times since then.
First there was ASP.NET Membership . It is still used by many web applications today. It was quite cumbersome and later ASP.NET Simple Membership
appeared . At the moment, the ASP.NET Identity system is relevant , but this system was released in 2013 by the studio and there are doubts that it will work in 2012.
If you have the opportunity to install 2013 studio (express is fine) - then ASP.NET Identity
If not, then ASP.NET Membership, which has many examples on the Internet and an admin interface built into the studio. There is enough information on the membersship in Russian, so Google will help.
Entry information in English here: www.asp.net/identity/overview/getting-started/intr...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question