Keep connections alive in MSVS?

asdo

New Member
I'm using visual studios to make an mvc site. I'm doing a strange test which creates a lot of noise when connections are closed even though firefox (and chrome) send keep alive to the server.I took a few seconds and used proxy_pass on nginx thinking nginx may help but I guess when VS closes the connection so does nginx.I saw something about system.applicationHost but it appears thats IIS specific and doesn't help when using MSVS.How do I tell visual studios (or nginx) to not close the connection?
 
Back
Top