calling stacks in asp.net
        Posted  
        
            by Estelle
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Estelle
        
        
        
        Published on 2010-06-11T20:45:46Z
        Indexed on 
            2010/06/11
            20:52 UTC
        
        
        Read the original article
        Hit count: 226
        
ASP.NET
I have a procedure in asp.net web site that gives strange result sometimes, I’m thinking to add some code to track it. My question is, in the production environment, is there any way that I can get the calling stacks like the one in the exceptions?
thanks.
© Stack Overflow or respective owner