What the use of Form Authentication and windows
Authentication?
Answer Posted / irfanpathan
In forms authentication,first a request is send to server from client and the IIS will be anonymous so it makes that request to proceed.Now the the server checks for identity.if identity is not there it will create its own LOGIN PAGE(i.e client will not prepare server will prepare).this is the main difference between forms authentication and windows.For windows it will not create its own login page.The client will create the login page.and it will check for USERNAME,PASSWORD and it will allow the secured web page.
thank you 4 giving this oppurtunity to explain
| Is This Answer Correct ? | 18 Yes | 6 No |
Post New Answer View All Answers
What are the options in ASP.NET to maintain state?
What are the memory-mapped files?
Which of the following .NET framework supports Web API?
What is difference between session and cookies?
What are the advantages of the code-behind feature?
What is globalization and localization in asp net?
Explain code snippet to register exception filters from controller?
What is the function of the ViewState property?
Where is the session stored?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
Why the javascript validation not run on the asp.net button but run successfully on the html button?
What are validator? Name the validation controls in asp.net? How do you disable them?
What are the different types of sessions in asp.net?
Do session use cookies in asp net?
What is the difference between typeof() vs gettype()?