I'm doing a flex application that has tons of screens (each very different, can't reuse :( ), and tons of web methods in .net.
is it correct to create one .asmx per module, or should I stick to one big .asmx
Would there be connection or IIS problems?
thanks