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

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -