ASP irc bot drops after 20 minutes

myloveuggpix

New Member
I'm trying to make an IRC bot with ASP. I have established connection to IRC server and everything works fine, but after 20 minutes the connection just breaks... I have tried adding following lines to web.config file: \[code\]<sessionState timeout="60"/> <httpRuntime maxRequestLength="102400" executionTimeout="32678"/>\[/code\]but it didn't work. I was wondering if it might be because of my host, but I don't want to move to another one until I am certain this problem can be solved... I would hate to have to rewrite it in php or some other language. Any help would be appreciated.
 
Back
Top