Hi experts,
This should be an easy one.
I am planning on doing some re-arranging of our 11.5 directories in order to make the migration to 12.1 easier when the time comes. In general, I think I know what to do but I do have one specific question.
We tend to put our web project files (html, irpt) under the Illuminator directory as opposed to directly under the website root. For example, we may have a file here:
inetpub\wwwroot\Illuminator\projectName\sample.html
instead of here:
inetpub\wwwroot\projectName\sample.html
We do this to force a login. We don't want users to be able to get to pages without a login and then the applets on the page don't work because they are not logged in.
Is this going to be a problem when we use the migration tool? Will the migration tool find the files in both locations specified above?
I understand that the migration tool will look to migrate a project from locations like these:
Lighthammer\Illuminator\Templates\projectName
Lighthammer\Xacute\Transactions\projectName
inetpub\wwwroot\projectName
but what about inetpub\wwwroot\Illuminator\projectName?
Thanks,
Mike