i know i can
create a table in sql 2000 like
Sender(to) varchar(50), Receiver varchar(50), message varchar(50), login_id varchar(50), date_send datetime.
but how do i link up with the asp.net "administer my web" roles and rules?
its for a personal message box like in the forums u have one.