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

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

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -