I have done enough search on SO, google, etc to find out the solution but with no success.
I am trying to put AIMLBOT in my website so that user can chat with computer as a matter for fun.
The problem is that the source code available around on internet works well as windows application. However, when I open it as website and try to run the code on Page_Load, it stucks at Bot.loadsettings(). I copied the config and aiml files almost everywhere in Bin, in main folder of the project too. Also tried to pass the path directly into Loadsettings(), but it always resulted in error.
After a lot of trials, I gave up. Please could you share what could be wrong?