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

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -