I have been using System.Speech for converting text to speech and using this code
C# Save text to speech to MP3 file
it works perfectly fine at local but not working properly on server, when i upload it on server it create mp3 of size 2kb only which doesn't play even. I don't know what is it on server who is blocking creating mp3 on server . I have uploaded libmp3lame.32.dll and libmp3lame.64.dll also in the Bin folder and on Root Folder . But Still its not working properly. Can anybody help me to find what issue probably i am facing right now on server ?