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 namespace does the Web page belong in the .NET Framework class hierarchy?
Is asp.net web forms dead?
Explain the asp.net page life cycle.
how we Creating a Web Service
If I'm developing an application that must accommodate multiple security levels though secure login and my ASP.NET web application is spanned across three web-servers (using round-robin load balancing) what would be the best approach to maintain login-in state for the users?
Explain the difference between or and orelse?
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.
What is the use of web.config and machine.config files?
Explain cashing in asp.net.
how can i inharit multiple classes?
Is there any property names “isnavigating”?
What is application state?