Hi all:I am trying to write a asp.net c# webservice that will access and add data to a Domino database.
I am just wondering if the MS Web Server that is going to host this webservice need to have Domino Server or/and client installed? Or do I need only to make sure the interop.domino assembly is properly registered in the MS Web Server’s bin directory?
Can you describe your intended architecture in a little more detail?
From your posting, it sounds like you don’t currently have a Domino server. In that case, why store data in a domino database?
If you do have a Domino server, but the aim is to push data to it from a .Net server, you can POST the data to the Domino server via HTTP, with the URL
The Domino database needs to have a form with the name FormName, although I don’t think it needs to be built with all the data submitted by your other server - it just needs to exist.