Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Required Bootstrap File Location
#1
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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)