Security types in ASP/ASP.NET? Different Authentication modes?
Answer Posted / babu
Asp security can be done in three ways
1.Windows authentication
2.passport (or)authentication
3.forms (or)asp authentication
| Is This Answer Correct ? | 25 Yes | 3 No |
Post New Answer View All Answers
What is a postback ispostback and autopostback in asp net?
What is use of Master Page in ASP.NET web pages?
How do you sign out from forms authentication?
If you want to write your own dot net language, what steps you will you take care?
What is protected configuration?
Why is the standalone environment only useful during the development process?
When was asp.net released?
Describe the method to create a permanent cookie?
What is the maximum number of classes that can be contained in one dll file?
explain code with multi inhertance
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
How does windows service lifecycle differ from a .standard. Exe?
Why should i prefer JSP over asp.net or any other web development language..??
Which library is used by the testers and developers to develop automated tests and create testing tools?
Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?