Click here to Skip to main content
16,016,925 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am creating a WCF Service application. But in one step where I have to give the target location to publish my created web service I am getting an error. I want to know that whether I have to install IIS on my Machine also, to run WCF application in local machine only. because of this,i am getting error in generating config file and class using svcutil.
Posted
Updated 12-Jul-10 1:24am
v3
Comments
LittleYellowBird 12-Jul-10 6:57am    
Hi, it is best not to end your question with comments like 'answer as soon as possible' or 'its urgent', as everyone is aware that you will want help as soon as possible and so its just annoys people and in fact means you are less likely to get help. Just a suggestion. :)
Sandeep Mewara 12-Jul-10 10:58am    
Correct your question specifically the TAG such that you get better response.

You would only need IIS on your machine if you were hosting the WCF service in IIS. You can host it in a number of ways, console app, windows service, etc. The host would need to be running and have a proper endpoint for svcutil.exe to generate a proxy and output.config.
 
Share this answer
 
You have mentioned C# 1.0 in your question's tag. If you are using C# 1.0 you cannot build a WCF service.
 
Share this answer
 
Comments
Nish Nishant 12-Jul-10 10:36am    
Reason for my vote of 5
Correct answer. Worth 5!

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