0

I deployed an ASP.NET web application last night and I when I woke up this morning it was very slow and would occasionally just throw a 'Service Unavailable' error.

I checked the Event Viewer and it was filled up with these errors:

I'm puzzled as it was working perfectly when I deployed it (MonoTorrent is required to retrieve the number of seeders/leechers for a certain torrent off the tracker - this was working fine), but it's no longer working and whenever code that uses MonoTorrent gets involved, the worker process just crashes.

MonoTorrent.dll is in the /bin/ directory.

anonymous coward
  • 272
  • 2
  • 12
  • Does it crash on the development box as well when you use MonoTorrent? Can you try putting this application in a new Application Pool and see if that works? – Rahul Soni Mar 29 '10 at 04:36
  • It's already in it's own Application Pool, and no it works perfectly on my dev box. – anonymous coward Mar 29 '10 at 05:46

1 Answers1

0

Try installing monotorrent to the global assembly cache.

Joel Coel
  • 12,910
  • 13
  • 61
  • 99