Hi Everybody,
I am porting some Javascript forms to the new C# 2007 OM.
Today I stumbled upon some code that uses ActiveX controls to write to a file located in a network directory, and another one which uses ActiveX controls as well to access an Access MDB database file also located on a network path.
I wonder whether there is something parallel in the 2007 OM, without going the Full Trust way?
The natural way of course would be to write a web service, but it has implications in this environment and I want to first make sure that there are no other options.
Thanks,
Michael