Click here to Skip to main content
15,893,588 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, guys:

Currently, I am working out a wcf service, which is created as library project. Besides this wcf service project(library project), I also have a DataAccessLayer library(.dll), and Wcf project references my data access library.

How can I host my wcf service in IIS 7.0? Need I host MyWcfService.dll? Please give me a hand.
Posted

I guess this should answer some part of your question
http://continuouslyintegrating.blogspot.com/2008/10/hosting-wcf-service-library-in-iis.html[^]

and also you have to host the reference DLL's too by placing them in the bin folder on the IIS
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900