Reputation: 1582
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
Upvotes: 2
Views: 104
Reputation: 5422
I would arrange it how it makes the most sense to you. I don't think there would be any problems with IIS either way.
If you go with one big .asmx, that is going to be ONE BIG .asmx.
Upvotes: 1