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.

link|improve this question

25% accept rate
feedback

2 Answers

Try installing monotorrent to the global assembly cache.

link|improve this answer
It doesn't have a strong name, so I can't do that. – Charlie Somerville Mar 29 '10 at 5:48
feedback

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?

link|improve this answer
It's already in it's own Application Pool, and no it works perfectly on my dev box. – Charlie Somerville Mar 29 '10 at 5:46
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.