Hi,
I need your suggestions plzz. I do not know much about how SMTP server .. I need to create user login control, control to register user ,recover password,change password... All these controls we get in asp.net but i am not able to make a decision which one is better and generally used?
Loading

Andrew FensterPosted Jun 10, 2011, 11:53 AM
The built in controls might be slightly easier to use. I would NOT use one of the built in styles. First, they're kind of ugly. More important, you're putting a big bold sign on your application: "I'm using ASP.Net Forms security with Membership." I doesn't seem safe to advertise to the world how your security is set up. So you should skin the controls yourself, which takes a little effort.
Sandeep ShekhawatPosted Jun 10, 2011, 2:00 AM
By default, login controls integrate with ASP.NET membership and ASP.NET forms authentication to help automate user authentication for a Web site.
Login Control work in plain text so if u want security than use SSL or HTTPs.
if u change method from Post to get then it will not proper work.
with login control u can use several controls like Passwordrecovery,login status.
More about this click here