Hi.
I have been working on calling the ZoomIndexer.exe executable from within my asp.net codebehind.
The zoomindexer.exe are located under "C:\Programs\and so on" - I have copied it to a folder inside my webapp, to hold it inside my web app. scope.
I found out that several other foldes were needed(lang, scripts and so on), and I had some "fun" with the location of the indexlog file.
My web.app are a CMS solution, where different sites, within the same web.app. are calling the ZoomIndexer.exe executable and therefore need their own log output file.
Things are working for me now - but I would like a best practice guide on this matter.
Regards
Hessner
I have been working on calling the ZoomIndexer.exe executable from within my asp.net codebehind.
The zoomindexer.exe are located under "C:\Programs\and so on" - I have copied it to a folder inside my webapp, to hold it inside my web app. scope.
I found out that several other foldes were needed(lang, scripts and so on), and I had some "fun" with the location of the indexlog file.
My web.app are a CMS solution, where different sites, within the same web.app. are calling the ZoomIndexer.exe executable and therefore need their own log output file.
Things are working for me now - but I would like a best practice guide on this matter.
Regards
Hessner
Comment