Re: .Net web service uploading problem



Check if u have uploaded the asmx file to ur root directory and its dll to
the bin folder.
Then try the asmx file from browser. If it is working, u can add reference
from ur application
.



Relevant Pages

  • Re: Howto: WebService in not Bin folder?
    ... > But if i place my WebService dll not in bin folder ASP.NET cann't found it ... CODEBEHIND attribute in the .ASMX file. ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: Assembly in in : how to test it ?
    ... and call the method of assembly in Bin folder. ... Actually i link the Dll at ASMX file and test ... way really is to use unit testing frameworks. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Assembly in in : how to test it ?
    ... and call the method of assembly in Bin folder. ... Actually i link the Dll at ASMX file and test ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: How to deploy "Hello World" webservice on remote site?
    ... > on a public asp.net website as a test. ... the asmx file and the dll in the bin folder need to go ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: Howto: WebService in not Bin folder?
    ... I'm trying to use webservice business logic only in binary file and ... >> But if i place my WebService dll not in bin folder ASP.NET cann't found ... > CODEBEHIND attribute in the .ASMX file. ... > temporary class by inheriting the codebehind class from the DLL. ...
    (microsoft.public.dotnet.framework.webservices)

Loading