Hi! I can't find how to make it possible to download *.exe files from my ASP.NET Core application. I have website for my desktop application and it is not possible to download it (application). I have triedStaticFileOptions.ServeUnknownFileTypes=true but it didn't help. Not I'm thinking about moving files to the separate application on subdomain download., but it is a bit overkill for such simple website and app.
↧