Hosting WCF on IIS5/6
        Posted  
        
            by Pinu
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Pinu
        
        
        
        Published on 2010-03-12T14:42:03Z
        Indexed on 
            2010/03/12
            14:47 UTC
        
        
        Read the original article
        Hit count: 359
        
I have developed a Web service using WCF Service Application. This service application is a part of multiple projects. we have data access , services(business logic) , testing(to test class) and WCF Service application.Where WCF Service application is just like an infterface and all the request are sent to the services project. so all the projects communicate with each other. I am new to hosting WCF application. Now to host this on IIS do i have to put the whole project in the IIS virtual directory?
© Stack Overflow or respective owner