I have a .NET 4.0 WebService written in C#. My IIS installation (under Windows Seven) is IIS 7.5.xxx
.
When I compile my web service and the libraries that it uses, I can get assemblies in the bin
directories in the respective projects. I would like to understand how to manually place these assemblies in my web service so that the web service can run. Is it just a matter of putting assemblies in the bin
directory of the WebService directory where my Application is set? I also think that, somehow, the Web.Config
needs some care.
I know there is a procedure to publish the web service, but I would like to know how this can be done just without using Visual Studio and all its stuff.