-
Notifications
You must be signed in to change notification settings - Fork 523
k kestrel --verbose/debug #72
Comments
I use a combination of Logging and a request-tracing middleware to output debug information on Linux, with an environment variable setting to turn it on in development. |
I tried to log something but when I Request POST the connection gets closed and I receive only one header: Connection: close. Seems like nothing is happening for some internal error. |
Is it aspnet/HttpAbstractions#168? Did you already activate the error page |
Thank you very much @Tragetaschen , this TEMP situation was my problem about the POST request. And also I hadn't activated the app.UseErrorPage(), it was what I wanted about the 'debug/verbose'. |
hi @Tragetaschen , could you please explain how do you set the Temporary folder? |
|
Hi I am creating a experimental website with most of the complexities I would use on my real world website, It runs on windows okay with Kestrel but on linux after I post the page nothing happens and I would like to see or debug this error. Does someone know how could I do it?
The text was updated successfully, but these errors were encountered: