1
I have an Asp.Net MVC project and I realized that when I close the browser immediately after the beginning of a request (without waiting for its due ending), it makes somehow the server does not give continuity in the next lines of code.
I did some research, but I couldn’t find the explanation and detailed functioning of it.
It is possible to continue a request even after closing the browser?
I believe it is possible because I have seen it happen, but I do not know how it is done. rs
– M. Bertolazo
I think you see something wrong. After receiving the request, the server works by itself, regardless of the client.
– Jéf Bueno
You are in debug mode?
– Leandro Angelo