[dba-VB] Creating Login for ASP.net site using VB.Net connecting to MySQL

Salakhetdinov Shamil mcp2004 at mail.ru
Wed Nov 23 02:49:30 CST 2011


Hi Vlad,

> To be honest, those ASP controls are pretty lame, and even though they do save a bit of time in coding membership features,
>  this is far outweighed by the sheer lack of info and lack of basic membership features like email confirmation upon log on.
>  Totally bemused by the lack of such a fundamental feature that nearly all sites on the web currently have.

You don't have to use ASP.NET controls to implement membership features using samples I referred: 

http://msdn.microsoft.com/en-us/library/44w5aswa.aspx

http://msdn.microsoft.com/en-us/library/6tc47t75.aspx#Y164

I didn't use that samples but I have worked quite a bit with native ASP.NET membership classes, which use MS SQL backend, and I'd note that implementing your own membership provider could be rather time consuming...

Sending e-mail on login can be done by using .NET/C# SMTP classes...

If you're just starting with .NET OleDb, ASP.NET and web development and you're going to do a lot of custom development including custom membership/login/logout/... implementation be prepared it all could take quite some time...

Sorry, I cannot provide more help these days...

-- Shamil

23 ноября 2011, 04:49 от "ACTEBS" <actebs at actebs.com.au>:
> Hi Everyone,
> 
> I have decided to give up on the built in ASP Membership and create my own custom one to suit my needs and also to learn more about website coding and it's intricacies.
> 
> For those of you who want to have a look at how you use the ASP Membership features with MySQL or MariaDB, you can download what I did here:
> 
> http://download.actebs.com.au/asp/LoginMySQL.zip
> 
> Inside the zip file you will see the sql script (logintest.sql) to create the database. Ensure you have the MySQL ADO.Net Connector installed. It can be downloaded here:
> 
> http://www.mysql.com/products/connector/
> 
> Download the item called "ADO.NET Driver for MySQL (Connector/NET)"
> 
> Also, in your project ensure you have referenced both MySQL.Data.dll and MySQL.Web.dll
> 
> To be honest, those ASP controls are pretty lame, and even though they do save a bit of time in coding membership features, this is far outweighed by the sheer lack of info and lack of basic membership features like email confirmation upon log on. Totally bemused by the lack of such a fundamental feature that nearly all sites on the web currently have.
> 
> I will be asking a heap of question shortly and I hope you guys can help me out...
> 
> Thanks
> 
> Vlad
> 
> -----Original Message-----
> From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of Salakhetdinov Shamil
> Sent: Wednesday, 16 November 2011 11:51 PM
> To: Discussion concerning Visual Basic and related programming issues.
> Subject: Re: [dba-VB] Creating Login for ASP.net site using VB.Net connecting to MySQL
> 
> Hi Vlad,
> 
> > You're awesome!
> That's MSDN...
> 
> > I'll muck around with that and report back...
> Quite some folks here (including mysefl) will be waiting for your report I guess - the same approach should work for MS Access backend used on ASP.NET site - so you may try to make both :)
> 
> Thank you.
> 
> -- Shamil
> 
> 16 ноября 2011, 16:37 от "ACTEBS" <actebs at actebs.com.au>:
> > Hi Shamil,
> >
> > You're awesome! I'll muck around with that and report back...
> >
> > Thanks
> >
> > Vlad
> >
> > -----Original Message-----
> > From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of Salakhetdinov Shamil
> > Sent: Wednesday, 16 November 2011 11:31 PM
> > To: Discussion concerning Visual Basic and related programming issues.
> > Subject: Re: [dba-VB] Creating Login for ASP.net site using VB.Net connecting to MySQL
> >
> > Hi Vlad --
> >
> > Have a look:
> >
> > http://msdn.microsoft.com/en-us/library/44w5aswa.aspx
> >
> > http://msdn.microsoft.com/en-us/library/6tc47t75.aspx#Y164
> >
> > If you'll happen to make it working for you don't hesitate to share your experience :)
> >
> > Thank you.
> >
> > -- Shamil
> >
> > 16 ноября 2011, 16:19 от "ACTEBS" <actebs at actebs.com.au>:
> > > Hi Everyone,
> > >
> > > I am currently teaching myself asp.net and using vb.net as the code behind.
> > > What I would like to create is a login page for my site using MySQL or
> > > MariaDB instead of the built in ASP.net security.
> > >
> > > Has anyone come across some good tutorial for something like this?
> > >
> > > Thanks
> > >
> > > Vlad
> > >
> > > _______________________________________________
> > > dba-VB mailing list
> > > dba-VB at databaseadvisors.com
> > > http://databaseadvisors.com/mailman/listinfo/dba-vb
> > > http://www.databaseadvisors.com
> > >
> > >
> >
> > _______________________________________________
> > dba-VB mailing list
> > dba-VB at databaseadvisors.com
> > http://databaseadvisors.com/mailman/listinfo/dba-vb
> > http://www.databaseadvisors.com
> >
> > _______________________________________________
> > dba-VB mailing list
> > dba-VB at databaseadvisors.com
> > http://databaseadvisors.com/mailman/listinfo/dba-vb
> > http://www.databaseadvisors.com
> >
> >
> 
> _______________________________________________
> dba-VB mailing list
> dba-VB at databaseadvisors.com
> http://databaseadvisors.com/mailman/listinfo/dba-vb
> http://www.databaseadvisors.com
> 
> _______________________________________________
> dba-VB mailing list
> dba-VB at databaseadvisors.com
> http://databaseadvisors.com/mailman/listinfo/dba-vb
> http://www.databaseadvisors.com
> 
> 




More information about the dba-VB mailing list