The Artima Developer Community
Sponsored Link

Web Services Forum
problem of execution of website on localhost

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
samira

Posts: 1
Nickname: salahiane
Registered: Jul, 2005

problem of execution of website on localhost Posted: Jul 25, 2005 5:18 AM
Reply to this message Reply
Advertisement
i programmed in apsp.net small webservice with a function of addition
code is like:
<WebMethod()> Public Function AddInteger(ByVal a As Integer, ByVal b As Integer) As Integer
AddInteger = a + b
End Function

but it can be execute in my browser in the localhost
it generate this errors:
error in the server of application
the assembly "ConfigHandler or one of his dependencies are not found
thanks

Topic: Web Services for Axis Previous Topic   Next Topic Topic: Problem serializing complex object

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use