Hi,
I have SQL Server on a server. I need an applet, to appear within other peoples web sites that has read and update access to my database on my server.
I would like it to be written in C# as the rest of the application is C# and I should be able to use much of the code.
Also I need some sort of 'site identifier' so that each web site it appears on is different (probably just a site_no column in one of the tables).
My best guess so far is to create a custom control and run it on my box and have other web sites use iframes.
Does anyone have any advice!?
Many thanks.