Atozed Forums
Required Bootstrap File Location - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: Required Bootstrap File Location (/thread-5513.html)



Required Bootstrap File Location - deridan - 10-30-2025

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.