Webservice problem

  • Thread starter Thread starter TPECHAT
  • Start date Start date
T

TPECHAT

I have webservice with over 400 webmethods. The problem is when I start the
client application. The csc.exe starts and compiles a 4 MB C# file in the
Temp folder with the proxy class. Is there any way to disable this. Thanks.
 
TPECHAT said:
I have webservice with over 400 webmethods. The problem is when I start the
client application. The csc.exe starts and compiles a 4 MB C# file in the
Temp folder with the proxy class. Is there any way to disable this. Thanks.
Wow!!! .. 400 methods!!!
Well, I think you can pre-compile some of this stuff. You can look up
help about ngen.exe. It might help you out.
 
Back
Top