Installation and License clarification
Added by Jason Callister about 8 years ago
Hello,
We are using the .Net Saxon Api to perform XSD validation via an IIS site.
Am I correct in thinking that I can add the license as a project file, to be deployed to the website bin directory. When setting up the processor, I can explicitly set the location of where to locate the license file via FeatureKeys.LICENSE_FILE_LOCATION?
In doing so, I will NOT need to install Saxon EE itself on the production machine?
Thanks
Replies (4)
Please register to reply
RE: Installation and License clarification - Added by Michael Kay about 8 years ago
To do XSD validation, you need the Saxon-EE software, and a license file in a location where the Saxon-EE software can find it.
One way of telling the Saxon-EE software where to find the license file is indeed via the LICENSE_FILE_LOCATION property.
And if you use this property, it's possible to bypass the Saxonica-supplied installation script. But of course you then have to "install" the Saxon-EE DLL manually.
RE: Installation and License clarification - Added by Jason Callister about 8 years ago
Hi Michael,
Thanks for the reply. We have an internal NuGet server - by creating an in-house package for the Saxon dlls, installing them directly to the bin, this completely negates the need to install on the server? Is this correct?
RE: Installation and License clarification - Added by Michael Kay about 8 years ago
We don't test with NuGet and can't advise you on its use, but we've been told by other users that this approach works.
Please register to reply