What the use of Form Authentication and windows
Authentication?
Answer / 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 |
What are the advantages of asp.net?
What is http session state?
How to authenticate users using Web.Config ?
How many types is controls is there in Asp.Net?If it means what are types of custom controls?Explain about user controls,Web server controls,Hrml server controls?
when is the role performed by IIS sever when ever a request send from browser
can machine.config file orverrides web.config. For example: if u set session timeout as 30 mins in web.config file to a particular application and if u set session timeout as 10 mins in machin.config. what will happen and which session is set to the appliction?
what is asp and asp.net ?
2 Answers Inspira Technologies,
What you mean by partial Class in asp.net 2.0?
List the advantages and disadvantages of user control an custom control?
What namespaces are imported by default in ASMX files?
What property is used on the datatable to indicate a conflict after an update? a) HasConflict b) HasError c) HasCollision d) HasDataError
Explain how does asp page work?