Still not having any luck.
Below is the entire contents of what i have in my web service now.
If i go to the service
http://mydomain/map_service.asmx/HelloWorld
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at System.Web.Services.Protocols.HttpServerType..ctor(Type type)
at System.Web.Services.Protocols.HttpServerProtocol.Initialize()
at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type, HttpContext context, HttpRequest request, HttpResponse response, Boolean& abortProcessing)
Is there something else i need in my web config ? Or something i need to check in IIS ?
It must be one of, because it works through VS development environment
Please note, that if i remove 'ByVal context As Object) it will return 'Hello World'
I can link you to the service itself if that helps.