I have a VB.NET web application which creates and writes to many CSV files.
I ran the application and it started writing to the files. I wanted to stop the execution and I closed the web application. But I could see the files were still being created though the web page was closed. It stopped only after finish writing to all the
files. Is there anyway to kill the process?
Go to the complete details ...