I am having issues with one of our web-services. It works fine on my development machine (win XP) whether I host it as a separate application or using cassini from Visual studio.
Once I deploy on the web-server (win 2003 server)it throws some generic error and crashes the IIS worker process(W3wp).
If I try to attach visual studio and debug the issue its throwing error at the very initial level even before displaying the default asmx page details. The error that is being caught is a stack-overflow exception.