 |
BOOK: Beginning ASP.NET 2.0 BOOK VB ISBN: 978-0-7645-8850-1; C# ISBN: 978-0-470-04258-8  | This is the forum to discuss the Wrox book Beginning ASP.NET 2.0 by Chris Hart, John Kauffman, David Sussman, Chris Ullman; ISBN: 9780764588501 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Beginning ASP.NET 2.0 BOOK VB ISBN: 978-0-7645-8850-1; C# ISBN: 978-0-470-04258-8 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|
|

March 22nd, 2006, 12:34 PM
|
|
Authorized User
|
|
Join Date: May 2004
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Chapter 4: Membership and Identity. (Access 2003)
I would like to implement the configuration authentication and authorisation methods (as they are explained in chapter 4) by saving the user roles on an microsoft access database.
Is that possible?
Cheers
Shirley
|
|

March 22nd, 2006, 02:45 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Hi Shirley,
Yes you can. As an example of how to write custom providers, Microsoft released the "Sample Access Providers" toolkit.
Look here: http://msdn.microsoft.com/asp.net/downloads/providers/
under Downloads for more information and the downloadable source.
HtH,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
While typing this post, I was listening to: Tragedy (For You) [7" Vox] by Front 242 (Track 2 from the album: Tragedy (For You)) What's This?
|
|

March 22nd, 2006, 04:35 PM
|
|
Authorized User
|
|
Join Date: May 2004
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Thanks Imar
the major downfall seems to be that I need Visual C# Express (as our book covers Microsoft Visual Web Developer only)
Note:You will need Visual C# Express to compile this starter kit before using it with Visual Web Developer Express.
and that come at a price ....
Before installing, you must uninstall any previous versions of SQL Server 2005, Visual Studio 2005, and the .NET Framework 2.0.
http://msdn.microsoft.com/asp.net/downloads/providers/
So is it worthy?
Or are any other possibilities out there?
Thanks
Shirley
|
|

March 22nd, 2006, 04:56 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Quote:
|
quote:and that come at a price ....
|
Yes, of exactly $0,0. Like Visual Web Developer Express Edition, the C# Express Edition is free as well. Just download it and you're good to go.
Quote:
|
quote:Before installing, you must uninstall any previous versions of SQL Server 2005, Visual Studio 2005, and the .NET Framework 2.0.
|
That information is a bit misleading, or vague at least. What they mean with previous versions are betas and CTPs that have been released in the past. You can easily install C# Express side-by-side with Visual Web Developer Express and SQL Server 2005...
HtH,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|
|

March 22nd, 2006, 05:34 PM
|
|
Authorized User
|
|
Join Date: May 2004
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I ll have a go!
thanks
Shirley
|
|

March 22nd, 2006, 06:49 PM
|
|
Authorized User
|
|
Join Date: May 2004
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I am lost
I dont know how to have chapter 4 work with the Sample Access Providers" toolkit!
Really lost!
Shirley
|
|

March 23rd, 2006, 01:12 PM
|
|
Wrox Author
|
|
Join Date: Jun 2004
Posts: 59
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi Shirley,
Can you elaborate a bit more on the nature of the problem please and any errors you might be getting?
Chris
Chris Ullman
Programmer/Technical Author
http://www.cuasp.co.uk
|
|

March 23rd, 2006, 03:09 PM
|
|
Authorized User
|
|
Join Date: May 2004
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi Chris
(it s very nice to hear from you)
Chapter 4 of our book teachs us how to create a login system where only users who have logged in can have access to some pages.
As Chris Hart says this can be achieved without having to write almost no code at all, and she brings us through the "Web Administration Tool" step by step in order to implement it.
However I cannot figure out how to adapt this system to my project, since I am using Microsoft Access 2003 as my Database.
Cheers
Shirley
|
|
 |