What are Authentication mechanisms in .Net?
Answer Posted / shafi syed
I am regret to say that Suresh is wrong.
There are 3 types of authentications like:
1. Windows authenticaiton.
2. Form authentication.
3. Passport authentication.
and Iam agree with the Payal.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain how can we inherit a static member?
Difference between application events and session events
When you use Ajax controls in the ASP.NET application?
Give an example of what might be best suited to place in the application_start and session_start subroutines?
Is asp.net a programming language?
What is asp short for?
How can you access the properties and controls of master pages from content pages?
What does occur first in ASP.Net, Authentication or Authorization?
What is Cookies Less Session?
Can you change a master page dynamically at runtime? How?
What are the new login controls in asp.net 2.0?
How to use ipostback?
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.
How does session state work in asp.net?