Click to See Complete Forum and Search --> : .NET Web Service Question


hsafavi
November 4th, 2002, 10:30 AM
Dear Gurus

I have tested one of the .NET web service samples in my computer and it is run correctly. I deployed it in my site ( in

http://www.rtgcmms.com/test/webservice/service1.asmx) but "ConvertTemperature" method which converts temperature in degrees Fahrenheit to a temperature in degrees Celsius DOSE NOT WORK(you can try it yourself). What do you think? please let me know.

Pravinmb
January 9th, 2003, 11:14 PM
Well the world cannot see what the error is first of all. As what has happened is that ASPX pages are not configured on the server to send the detailed message to the client machine to tell what forced the error. All we would be able to see it suggestion asking to change the web.config file

You can however find the error if you execute the page on the server (or ask the admin) and see what is going wrong.

It could be as simple as missing file etc.

Hope this helps....