Problem connecting to C# Web Service

G

Guest

I am having trouble connecting to a C# web service I created and deployed on
a service running IIS. The following message appears when I try to add a web
reference to the client application -->


The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and
then click the Refresh button, or try again later.

--------------------------------------------------------------------------------

A name was started with an invalid character. Error processing resource
'https://tcwebsvr.tradecapture.com/testwebservice/S...

<%@ WebService Language="C#" CodeBehind="~/App_Code/Service.cs"
Class="Service" %>
-^

Thank you for the help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top