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 the difference between system.stringbuilder and system.string
Which property is used to identify the Page is Post Back in ASP.NET?
can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?
What is anonymous authentication?
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC
Explain security types in asp.net?
What is a viewbag?
What is .net framework and what are the main components of it?
What is custom attribute? How to create?
What is simple data binding?
Explain code snippet to register exception filters from controller?
What is the use of the tag in the web.config file?
Explain managed code an un-managed code.
List the advantages and disadvantages of user control an custom control?