Application Hosted in Sub-Directory Fix#16
Application Hosted in Sub-Directory Fix#16brandon-james-dev wants to merge 3 commits intoStefH:mainfrom
Conversation
…applications being hosted on a server in a sub directory
|
@brandon-james-dev |
With .NET 10's release next week, I will work on creating an example project for .NET 10 and also another one for subdirectory hosting. I will wait for the full release of .NET 10 before that. |
|
@brandon-james-dev |
…ding the javascript from the library
|
@StefH The library works with .NET 10 with no adjustments needed. I updated it with an example and one line to enable it in NuGet in the csproj file. However, there's some I think, configuration, issue with delivering the file on my ASP.NET Core hosted app (for the subdirectory). It will host the file without the hash in the file name, and when it tries to download it, it will not get it, because it is hosted as only |
Changed to a relative path for download7up.js to address issues with applications being hosted on a server in a sub directory ("http://host.tld/app/").