generating an asp.net web application dll requirement list
        Posted  
        
            by Oren Mazor
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Oren Mazor
        
        
        
        Published on 2010-06-07T14:27:15Z
        Indexed on 
            2010/06/07
            14:42 UTC
        
        
        Read the original article
        Hit count: 295
        
I'm trying to set up a web app (32bit on ii7/win7, 32bit setting is enabled, everything is compiled to x86, using vs2008), but there's clearly some dll module loading issue happening. I've been watching procmon and fusion logs but I'm not seeing the name of the missing dll.
I'm a complete newbie to asp.net (but fairly heavy experience on other platforms).
I know I can call depends.exe on a binary to see what the dependancies are, but how do I do it for asp.net? specifically, is it possible to get a list of the dlls that iis7 loads for my application?
© Stack Overflow or respective owner