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

Jim Lawrence accessd at shaw.ca
Sat Nov 19 11:24:42 CST 2011


Here is another implementation of CAPTCHA from Google. I initially set it up
on my own site and have subsequently set it up on a couple of client sites.

http://www.google.com/recaptcha/captcha

...and it works great with all the bells and whistles. 

Note; Images of text should be distorted randomly before being presented to
the user. Many implementations of CAPTCHAs use undistorted text, or text
with only minor distortions. These implementations are vulnerable to simple
automated attacks.
  
Jim
 

-----Original Message-----
From: dba-vb-bounces at databaseadvisors.com
[mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of Salakhetdinov
Shamil
Sent: Saturday, November 19, 2011 12:21 AM
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 --

Thank you for your progress feedback.

FYI: Here's a link, which helped me to implement CAPTCHA for an ASP.NET
site:

http://xtractpro.com/articles/CAPTCHA-Image-Generator.aspx

-- Shamil

19 ноября 2011, 04:34 от "ACTEBS" <actebs at actebs.com.au>:
> Hi Shamil,
> 
> OK, after much mucking around, I have found an alternative solution that
works beautifully.
> 
> Here is the article that outlines the whole process:
> 
>
http://dev.mysql.com/doc/refman/5.0/en/connector-net-tutorials-asp-roles.htm
l
> 
> Here are the supporting articles which you should be comfortable with, and
have the included software installed before attempting the above link:
> 
>
http://dev.mysql.com/doc/refman/5.0/en/connector-net-tutorials-entity-framew
ork-databinding-linq-entities.html
>
http://dev.mysql.com/doc/refman/5.0/en/connector-net-tutorials-entity-framew
ork-winform-data-source.html
> 
> I am currently working my way through it all and have a majority of it
working. I am just trying to find out how to include CAPTCHA into the
solution and then I will give everyone the opportunity to download my test
site if you like...
> 
> 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
> 
> 

_______________________________________________
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