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 is AutoEventWireup attribute for ?
How do I upload a file from my ASP.NET page?
In a Repeater control how one can provide an alternating color scheme ?
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
What are the advantages of asp.net mvc framework? : asp.net mvc
How many types of sessions in asp.net?
What does occur first in ASP.Net, Authentication or Authorization?
Can we have multiple master pages in asp net?
Can you explain how ASP.NET application life cycle and page life cycle events fire?
What is the difference between dispose() and finalize()?
What are navigation controls? How many navigation controls are there in ASP.NET 4.0?
Explain the use of duration attribute of @outputcache page directive.
How many types of Cookies are available in ASP.NET?
What is the difference between Classic ASP and ASP.Net?
What are the types of caching in asp.net?