Newbie: What is the best way?

gazza

Newcomer
Joined
Apr 29, 2003
Messages
1
Hi

I am new to visual basic .net, I have been using asp for years and have decided to take the plunge. I have decided the best way to learn is to work on a project.

The program I am going to create will require a user to link up to my website (which will be asp.net based) to receive updates. What is the best way to do this? Is there a way to synchronise databases or should I use something like XML, or is there another method I do not know about?

Thanks for your time,

Gary
 
Do you have a webbased database?

Now, if you have that you can make a connection to that database with your program to see of that user is legal on your website and you can see then of that user needs updates. :D

Greetz,

Hornet
 
Back
Top