ASP.NET webreferences/servicereferences for WCF -
a couple of questions:
is app_webreferences wcf schema files? should not app_servicereferences?
also, dynamic compilation in asp.net?
thanks
from msdn:
app_webreferences folder contains files used create reference web service (in same project or external project), including .disco , .wsdl files
there's no special folder in asp.net called app_servicereferences
.
as far dynamic compilation concerned may take @ this article explains good.
Comments
Post a Comment