I have deployed the WCF wervice on the IIS by creating a VirtualDirectory.
While accessing from firefox it is generating the following message:
XML Parsing Error: not well-formed
Location: http://localhost/Calculator/Service.svc
Line Number 9, Column 2:<%@ Service Class="Calculator.CalculatorService" %>
-^
What is wrong?