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
Is asp.net and .net the same?
Can you explain the importance of finalize method in .net?
What is advantage of code behind coding in ASP.NET?
What is intrinsic objects in asp.net?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
What is custom attribute?
How can we create pie chart in asp.net?
Why is global asax is used?
What is ispostback property?
What is difference between abstract class and an interface?
How do I open an ashx file in windows 7?
What is session start?
What role “#&&” plays in a querysting?
What is the compiled object?
Explain server control extensibility with reference to asp.net 2.0 ?