Monday, January 18, 2010

How A Windows logon, web user control implementation - done in ASP.NET?

This article attempts to work out an example of the impersonation namespace in .NET, to logon a user through a webpage, with his Windows logon credentials. The traditional way of logging in users using their Windows authentication is by enabling the Basic Authentication property of the web application in IIS. But, using the control, we can eliminate the necessity of controlling logon through IIS, and enable it through our code. This opens up a considerable area of control through code. We can hence have a control on which user login is requested, and on which domain and all that. We will discuss the creation of the project and the logic I had in mind while developing it. The completed and tested code, that was developed using VS.NET is attached to this article.





Read more on A Windows logon, web user control implementation - in ASP.NET at http://www.buzzycode.com/ShowArticles-id鈥?/a>

No comments:

Post a Comment