Thanks for the quick reply..!
Application is running successfully on IIS only when I host the WCF application with the same port as in the web section
of project property. Application fails if I host on other than that port. It is giving following error:
Could not load type 'System.ServiceModel.Activation.HttpModule' from assembly 'System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
I want to host the WCF app on 80 port.