Answer Posted / prasath
There are 3 authentication levels in .net
1.Windows
2.Forms
3.Passport
Basic and Digest Come under IIS Authentication Levels.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What is asp.net response object?
What is inproc and outproc?
What is the typical session identifier?
How to Separate background image and front image from original picture....
What is syntax code to send email from an asp.net application?
How to implement Authentication and Authorization?
Is there any alternative to avoid name collisions other then Namespaces?
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.
What is preprocessor in .net and type, where it use?
Please briefly explain the usage of global.asax?
Describe the difference between inline and code behind - which is best in?
How can I have a particular web page in an asp.net application which displays its own error page?
What is application in asp net?
Explain login control and form authentication.
To load your generated dataset with data which method do you invoke?