When your vs.net project is type website, what's the namespace/dll you reference in your handler web
        Posted  
        
            by Blankman
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Blankman
        
        
        
        Published on 2010-04-09T18:14:58Z
        Indexed on 
            2010/04/09
            18:23 UTC
        
        
        Read the original article
        Hit count: 367
        
When your vs.net project is type website, what's the namespace/dll you reference in your handler web.config setting?
you normally have to do:
"YourNameSpace.Class, Class"
© Stack Overflow or respective owner