Forms Authentication against SQL Server Db

  • Thread starter Thread starter mo
  • Start date Start date
M

mo

Hello,

I'm pretty new to to .NET and come from a VB background. I've been trying to
understand how to develop secure Web Apps using the .NET approach.

I've found some articles on the MSDN site that go throught this in quite
some detail, for example here:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/SecNetHT03.asp

However, the article uses C#, with which I have absolutely no experience.
I've searched for a similar article using VB.NET, but have not been able to
find one.

Does anyone know of some detailed articles that use VB.NET?

Thanks for any help.
 
¤ Hello,
¤
¤ I'm pretty new to to .NET and come from a VB background. I've been trying to
¤ understand how to develop secure Web Apps using the .NET approach.
¤
¤ I've found some articles on the MSDN site that go throught this in quite
¤ some detail, for example here:
¤
¤ http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/SecNetHT03.asp
¤
¤ However, the article uses C#, with which I have absolutely no experience.
¤ I've searched for a similar article using VB.NET, but have not been able to
¤ find one.
¤
¤ Does anyone know of some detailed articles that use VB.NET?

HOW TO: Implement Role-Based Security with Forms-Based Authentication in Your ASP.NET Application by
Using Visual Basic .NET
http://support.microsoft.com/default.aspx?scid=kb;en-us;306238&Product=vbNET


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 
Back
Top