I generate the text file in my code using the stream writer using mvc format for web application . But my text file not download the my page? my sample code is below:
// file have the all values in stream writerformat
return File(file, "text/plain", "Export.txt");