CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2002
    Posts
    4

    Question .NET Web Service Question

    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.
    H.S

  2. #2
    Join Date
    Jan 2003
    Location
    Sydney
    Posts
    3
    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....

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured