Replies: 1 comment
-
I have the same issue, with same settings. There appears to be no answer to this. Chasing this for a year now, sorry. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I have an Azure Web App and I use the file server feature from code. I have 4 files in a directory of the file server, but only 3 files are shown in the website. The bigger file than 30Mb is wrong.
xxxxxxxx.Client2.Windows_1.0.18619.18338_x64.msix
(37Mb).Below I copied all the snippets which I use in my code. What else should I use to show this file?
FYI: When the code runs from Visual Studio at localhost, the files are shown without problem.
The environments are:
My files in the wwwroot FTP:
Files shown in the HTTP website:
I have the following code:
My code has the following snippets:
Startup.cs:
web.config:
Program.cs:
Beta Was this translation helpful? Give feedback.
All reactions