It seems to me that if you want to do it right, you should break the forms application and create:
- a service that processes a sequential call and has an API that is open via remote access
- API Forms Application and Service Usage Method
Then, depending on the location of your website, if it remains local (or local local):
- website must use remote access to call service
else if you plan to have multiple websites:
- a web service hosted within IIS that will migrate the remote API
- website that will use the web service
However, if this is too much work, just use remote access and post the necessary methods to the website.
source share