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:
![http](https://private-user-images.githubusercontent.com/11498949/363072324-4f3f9a25-f45c-417b-9717-6e234be4a859.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk3MjcxMzksIm5iZiI6MTczOTcyNjgzOSwicGF0aCI6Ii8xMTQ5ODk0OS8zNjMwNzIzMjQtNGYzZjlhMjUtZjQ1Yy00MTdiLTk3MTctNmUyMzRiZTRhODU5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE2VDE3MjcxOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWZiY2FlZDIxYmI3YWRhOTQ2MzgyOTA5ZjU2MThjZTJjM2M2M2NhNDRmYTRmODAyNTA5YTMyYmM1OTgwMjEwOWImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.ZAJ9Cc2n0GLu1FYqaBP49inZ4ILtSGy1dMvW-qRiSWc)
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