Answer the question
In order to leave comments, you need to log in
CGI app and restart on every request?
It is required to make a CGI application. The server sends an html page, into a form on the html page, something is entered and sent to the cgi server to the application, the application sends a response to the client.
As far as I know, according to technology, the server must open the application every time for each request. How in this case to process several requests from one client (1st for html and 2nd with form content) or is it impossible using CGI technology? And you need to send html from another server.
IIS, C#, I/O via console will be used.
Answer the question
In order to leave comments, you need to log in
Now in C#, the main way to create web applications is asp net core.
It is much faster than CGI and other bells and whistles of the 2000s.
Read here: https://docs.microsoft.com/en-us/aspnet/core/tutor...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question