ASP.NET webreferences/servicereferences for WCF
A couple of questions:
Is App_WebReferences for WCF schema files? Should this not be App_ServiceRef开发者_如何学运维erences?
Also, what is dynamic compilation in ASP.NET?
Thanks
From MSDN:
App_WebReferences folder Contains files used to create a reference to a Web service (in the same project or external to the project), including .disco and .wsdl files
There's no special folder in ASP.NET called App_ServiceReferences
.
As far as dynamic compilation is concerned you may take a look at this article which explains it very good.
精彩评论