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 current version of asp.net?
Which protocol is used to call web service?
What does mean by a neutral culture?
Define a web service in .net?
Differentiate between early binding and late binding.
How do u optimize a query in asp.net?
What’s the catch?
How can we create custom controls in asp net?
Where the viewstate is stored after the page postback?
what cut off mark for po's,what questions they asked for interview?
Can we use html in asp.net?
Explain the advantages of asp.net.
What should you do is you want to remove an existing component but would like to make some funtionalities?
How can we implement a identity (sql server) call in an asp.net page?
What are ASHX files?