vote up 0 vote down star

Is there a special project type for creating a WCF to be hosted in IIS?

flag

4 Answers

vote up 3 vote down

You don't need to use a special project type for hosing inside IIS. As long as you put the dlls in the bin folder and create a .svc file it will work. A standard web site project would do the trick.

link|flag
vote up 1 vote down

I assume you're talking about VS 2008.

I can't see a way to have the WCF Service Library template use IIS for hosting. My advice is to create an ASP.NET Web Application, configure it to be IIS hosted, delete the Default.aspx file, and then add the WCF Service to the project.

link|flag
vote up 0 vote down

Change it in the project properties.

link|flag
Could you be more specific on exactly how the questioner should do this? Which property is set? What is the appropriate value for that property? – DOK Oct 21 '08 at 11:21
vote up 0 vote down

You can use the "WCF Service Application" template if you like, but as has been said, you don't really need anything special.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.