Hi Friends,

I am in trouble. I have a asp.net file and publish it and run in localhost. http://localhost/mdirectalpha/CPWebs...ha/Addons.asmx. Its working fine.

But i put the file in mob server(It's the own server we are using in my concern)
http://10.37.4.2/mdirectalpha/CPWebserviceAlpha /Addons.asmx its not working. I got an error message that is

XML Parsing Error: not well-formed
Location: file://///Mob/mdirectalpha/CPWebserviceAlpha/Addons.asmx
Line Number 1, Column 2:<%@ WebService Language="C#" CodeBehind="~/App_Code/Addons.cs" Class="Addons" %>
-^

Is it the problem in server? I need to set any settings in server? Please suggest me. I am expecting your's reply.

Thanks