err :WebException: The request failed with HTTP status 401:
Access Denied. In: Line 37:
object[] results = this.Invoke("convertTemp", new object[] {
Also pls how d I translate this VB instruction to C#:
What is [] in c# like in : [WebMethod(Description="Thismethod converts a temperature in " +
"degreesFahrenheit to a temperature in degrees Celsius.")]
Thanks.