Follow me on Twitter at Twitter.com/wbm
FYI, I'm blogging most of my stuff over at More Wally now.
You might want to add my rss feed to your reader at:http://morewally.com/cs/blogs/wallym/rss.aspx
Webcast - ASP.NET Podcast Show #65 - Atlas Integration with ASP.NET Services - Login/Authentication, Roles, and Profiles - Wallace B. McClure

Wallace B. McClure

All About Wally McClure - The musings of Wallym on Web, HTML5, Mobile, MonoTouch for iPhone, MonoDroid for Android, and Windows Azure.

News

Personal Blog

Work Blog

.NET

Book Authors

Business

Family

Friends

Georgia Tech Bloggers

Personal

Archives

Webcast - ASP.NET Podcast Show #65 - Atlas Integration with ASP.NET Services - Login/Authentication, Roles, and Profiles

Goto: http://aspnetpodcast.com/CS11/blogs/asp.net_podcast/archive/2006/08/11/493.aspx

You can view the webcast directly there or download and watch it at your convenience.  Source code for this is available for download at the link.  Enjoy!

Posted: Aug 11 2006, 03:37 PM by Wallym | with 1 comment(s)
Filed under: , ,

Comments

CodeSniper said:

Thanks for the video, I hadnt looked into the Auth/Profile API's in Atlas yet, so it was a good starting point.

There were some problems in the Profile Provider code that I wanted to point-out: (GetProfiles.aspx)

* You should move the setup for  OnSaveProfileData & OnLoadProfileData events into the OnPageLoadEvent(), otherwise you will increase the number of callbacks to these events each time you Load/Save.

* SaveProfileData() fails if you dont load the Profile first.  This is because it hasnt yet identified which properties are available in the config.   So, for a Save, you should instead use the setProperty(name, value) method:

ex:

Sys.Profile.setProperty("Name", document.getElementById("txtName").value);

Thanks!

# August 15, 2006 10:55 AM
Leave a Comment

(required) 

(required) 

(optional)

(required)