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
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?
What is difference between mvc and asp.net? : Asp.Net MVC
Asp pages that worked pefectly on windows 2000 server and iis 5.0 do not work on windows 2003 server with iis 6.0. Asp.net pages work fine. Why?
Explain the different parts that constitute ASP.NET application?
What is dynamic web page with example?
What is the maximum amount of memory any single process on windows can address?
In which event are the controls fully loaded?
What is the difference between CLICK and MOUSE DOWN Event ?
What is route in web api?
They mostly asked difference between versions of technologies
What is the compiled object?
What does the orientation property do in a menu control?
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
What is a 404 redirect?
How can you handle exceptions in asp.net?