Ask a Question related to ASP.NET Security, Design and Development.
-
bebop #1
Forms authentication using database table
I'm trying to locate examples on storing usernames and
passwords in a database table for Forms authentication.
Database can either be oracle or sql server.
Thanks.
bebop
bebop Guest
-
Accessing htm files without authentication (forms authentication)
I have application with forms authentication. All works fine. When user opens .aspx file gets login form, login and then get the .aspx page. But... -
Forms Authentication with roles from table
Hi, This is really driving me crazy... I'm working on a web application with different functionality for users in different roles. These... -
ASP.Net Forms authentication with basic authentication popup
Relatively new to ASP.Net but have a strange problem. My site uses forms authentication for a large administration section however after the user... -
ASP.NET Forms Authentication Via A SQL Server Database With Windows User types?
We have built an ASP.NET application that will run on the Intranet using SQL 2000 as our data layer. We have decided to use Form Authentication... -
Authentication ticket, cookieless, forms authentication?
Hi. I want to use Forms Authentication, cookieless. The issue is setting the Authentication Ticket without using cookies (!) That is, the... -
M. Burnett #2
Re: Forms authentication using database table
How To: Use Forms Authentication with SQL Server 2000
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/SecNetHT03.asp[/url]
Mark Burnett
"bebop" <cwbp15@yahoo.com> wrote in message
news:017b01c3c3f3$e4eecb70$a101280a@phx.gbl...> I'm trying to locate examples on storing usernames and
> passwords in a database table for Forms authentication.
>
> Database can either be oracle or sql server.
>
> Thanks.
>
>
> bebop
M. Burnett Guest
-
Brad #3
Re: Forms authentication using database table
Here's one of many out there
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/SecNetHT03.asp[/url]
Brad
"bebop" <cwbp15@yahoo.com> wrote in message
news:017b01c3c3f3$e4eecb70$a101280a@phx.gbl...> I'm trying to locate examples on storing usernames and
> passwords in a database table for Forms authentication.
>
> Database can either be oracle or sql server.
>
> Thanks.
>
>
> bebop
Brad Guest



Reply With Quote

