1
Answer

ClientServer Application via Internet?

Tom

Tom

14y
2.3k
1
Hi Corner!

At the moment I am writing a little program that stores data in ms sql database. My idea is to make the sql database available on the internet to access it with multiple clients.
I am using winForms. Created an account at aspspider.com for free sql server 2005.

Am I on the right way? Can i upload the sql server db file at aspspider, create a wcf service for http and access the db with the winFOrms CLients?

I would be glad if someone could give me some feedback or a better hint

Kind Regards,
Tom
Answers (1)
0
Sam Hobbs

Sam Hobbs

NA 28.7k 1.3m 14y
I am not sure what aspspider allows you to do. Normally you would write a program that executes as an ASP application in the host (aspspider), not in client computers. If aspspider allows remote connectins then you might not need to use WCF.