Using the latest EWL, I’m unable to navigate to a simple .txt file that exists on the file system of my application. Always results in 404. Is EWL preventing serving static files?
I found that EWL generates ResourceInfos for files now. Even if I access the URL GetInfo provides, it still 404s.
You forgot to run Update-DependentLogic
after creating the static files.
Didn’t forget to run Update-DependentLogic
: there’s a bug in the static file handler that doesn’t allow spaces in file names.