Hello,
This was referenced in a previous post, but just want to clarify.
By default, Intraweb expects the Bootstrap files to be located in
YourServer.exe
|
|______ wwwroot
|
|_______iwbs
|
|_____ all the files here
Is "YourServer.exe" the location of the project EXE file or the location of the main project files?
It was also mentioned that we can use the below -
uses
IWBS4Global;
procedure TIWServerController.IWServerControllerBaseConfig(Sender: TObject);
begin
IWBS4LibSetCDNS;
end;
If we do that, then there is no need to have the bootstrap files in the correct project folder?
Also, the Templates folder - that would be located in the Project folder?
Thank you.
This was referenced in a previous post, but just want to clarify.
By default, Intraweb expects the Bootstrap files to be located in
YourServer.exe
|
|______ wwwroot
|
|_______iwbs
|
|_____ all the files here
Is "YourServer.exe" the location of the project EXE file or the location of the main project files?
It was also mentioned that we can use the below -
uses
IWBS4Global;
procedure TIWServerController.IWServerControllerBaseConfig(Sender: TObject);
begin
IWBS4LibSetCDNS;
end;
If we do that, then there is no need to have the bootstrap files in the correct project folder?
Also, the Templates folder - that would be located in the Project folder?
Thank you.

