简体   繁体   中英

IIS Hosted WCF without DLL

Is it possible to host a WCF (.NET 4) service in IIS (7.5 onwards) without having to compile the service to a DLL?

Is it just possible to use the .SVC, .SVC.CS and the Interface.CS files?

Just out of curiosity...?

It should be possible, if you start with the right kind of project. Basically, anything created as a "Web Site" instead of a "Web Application Project" in Visual Studio should work, though you probably won't get as much help from VS on getting it done.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM