|
Hi,
I have a simplequestion as to how WCF servicereference is integrated intowebsite project. The website acts as a client to the service.
When working witha website project, the service reference is generatedbut the service class that is expected to be generated by svcutil does not appear anywhere in the solution. If the same reference is added in a console application, you can see the generated class, and explore the service through object explorer. You can not see the class nor explore the service using object explorer in a web site project. I'm just wondering why this is the case. Is the service classgenerated from svcutiland added tothe app_code dll when built with no actual file created?
Thanks in advance.
|