How/where does an asp.net web app asmx codebehind get resolved? -
when creating new asmx on asp.net web application project (that compiles 1 dll), there no codefile property used on website project - there codebehind="namespace.class" property. afaik website project asmx uses codefile hint dll codebehind compiled into. on web app asmx see no hint - when invoking asmx codebehind public methods of web app javascript, how dll relevant code lives resolved? there sort of iis/asp.net in-memory mapping between asmx public methods , dll in?
Comments
Post a Comment