Web registration

Currently I’m working on the registration thing for the system that I’m working on. It is quite easy to do the membership in ASP.NET 2.0 because all the things is built-in and is handled by ASP.NET 2.0 engine. This is something new that introduced in ver2 of ASP.NET.

Since this is the first time that I use Visual Studio 2005 to develop an application, it is quite hard for me. Even though it is easy for basic registration, but we need to add some custom fields that the user need to enter so that we can get some statistic from it. I googled and found a website of what I exactly need. Below is the link to the site:

http://weblogs.asp.net/scottgu/archive/2005/10/18/427754.aspx 

All we need to do is to create our own custom Profile. I’m still new in this, so I don’t really now how am I suppose to call it.

I’ll continue to work on this tomorrow…

Leave a Comment