In my asp.net, C# application we are generating and downloading .xls file. But when I\'m trying to open, it\'s giving a message
\"The file you are try
You are using .xls in filename and .xlsx in the MIME type. Try with filname.xlsx.