Show external Log files

Is there any way to show fixed external logs file in asp.net maker application?We have some applications logs in folder C:\Logs with fixed file names (eg. startupjub.log or web.log).We would like to have a facility inside our asp.net maker application in order to open a view in read-only these files.Any suggestion?Regards,
John

You can try the Class_Init server event to set up the static variable “FileOptions” which is used to configure serving static files. Please read:
https://docs.microsoft.com/en-us/aspnet/core/fundamentals/static-files?view=aspnetcore-3.0If the Class_Init server event does not work, you may need to open the generated project with VS2019 and modify the variable directly.