What is the use Membership in asp.net? and What is the use
profiler in asp.net?
Answer Posted / pankaj kumar maurya
ASP.NET membership gives you a built-in way to validate and
store user credentials. ASP.NET membership therefore helps
you manage user authentication in your Web sites. You can
use ASP.NET membership with ASP.NET forms authentication by
using with the ASP.NET login controls to create a complete
system for authenticating users.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How to change Master page in ASP.Net using code?
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
List the types of authentication supported by asp.net?
What is mvc in asp.net interview question? : Asp.Net MVC
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
Can we set master page as a start page?
How do cookies work? Give an example of their abuse.
Explain swagger components.
Difference between Response.redirect vs server.transfer?
What is a web api endpoint?
What is sql data source control in asp.net?
Can I have a unique key as foreign key?
Define resource files.
Which protocol is used to call a web service?