I have an application that uses the Altova's XML Engine .net interface to perform XSL transformations and run XQueries. To do this I have added a reference to the necessary assembly. When I run the application in Visual Web Developer (VWD), everything works perfectly. However, when I deployed the application to the server, it does not.
I don't have much experience with this interface and I can't find much in the way of documentation. I do believe my issue is a result of incorrect security permissions though and not anything to do with the engine itself.
is the code to launch the engine which executes an .exe and brings up a command prompt in the background. As I said this works fine in VWD, but not from the server and I am not sure what is required in the way of permissions to allow this to work.
Any insight would be greatly appreciated. Thanks.
I don't have much experience with this interface and I can't find much in the way of documentation. I do believe my issue is a result of incorrect security permissions though and not anything to do with the engine itself.
Code:
Dim app As New Altova.AltovaXML.Application()
Any insight would be greatly appreciated. Thanks.