Hi All,
I need to understand the ASP.Net authentication well and so i have some question in my mind and i need some details explanation on that.
Firstly, i have read few palces that it is better to use
Windows authentication for intranet application within the organization. Now i have few doubts on this.
> If it is single signon application then where it does the user authentication? Is it with Active directory data or some where else? If it is Active directory then how it linked to that, using LDAP ?
> If it is not single signon application then where it does the authentication?
I have read that before the web request reach to the HttpPageHandler, HttpModule do some authentication and authorization. But now my question is :
> If my application using windows authentication,then when the request hit first time the IIS, t ...
Go to the complete details ...