I am trying to run my HelloWorld web service written in C# ASP.NET. I
was able to compile the code from Visual Studio. However when I try
to run the webservice from IE
(http://localhost/soapExamples/simpleService.asmx)
instead of displaying the webservice page it displays the webservice
code
<%@ WebService Language="c#" Codebehind="simpleService.asmx.cs"
Class="soapExamples.simpleService" %>
Any idea what's going wrong? Looks like some configuration is missing
either in IE or in IIS web server.