Martin Häusle asked 2017-09-07 10:36:17 UTC
Hello
We really like the idea of using self-hosted Wisej applications using OWIN. But there is one feature we are missing. It would be great if we could run the application without any other files like web.config, Default.html or Default.json. Just a single binary like “Wisej.Application.IE” using ILMerge.
I know that using OWIN there is no need for web.config any more. Also Default.html can be served by changing the FileServer’FileSystem from PhyiscalFileSystem to EmbeddedResourceFileSystem.
The only thing we are struggling is the Default.json. Is it possible to load this config from an embedded resource or provide the config otherwise?
best regards
Bernhard
Martin Häusle asked 2017-09-07 10:36:17 UTC
Hello
We really like the idea of using self-hosted Wisej applications using OWIN. But there is one feature we are missing. It would be great if we could run the application without any other files like web.config, Default.html or Default.json. Just a single binary like “Wisej.Application.IE” using ILMerge.
I know that using OWIN there is no need for web.config any more. Also Default.html can be served by changing the FileServer’FileSystem from PhyiscalFileSystem to EmbeddedResourceFileSystem.
The only thing we are struggling is the Default.json. Is it possible to load this config from an embedded resource or provide the config otherwise?
best regards
Bernhard