I have been using the C-sharp language to develop BS programs. IIS is my WEB server. I don"t know what IIS is here. Because it can handle requests and interact with the back end at the same time.
recently, when I was separated before and after learning, I saw that Nginx, itself would be a little bit python,. Suddenly, I saw that nginx was only responsible for processing the request, and then sent the request to the APP server. I felt that it might be the server that had contact with the background, such as uwsgi. So
can I think of what IIS can do as what nginx+uwsgi can do?
because IIS can process requests as well as interact with each other in the background, is the C-sharp code I wrote placed on IIS after release, or is the
IIS handling requests, while the piece of code that really handles the code is .net FrameWork??