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.
Well, what have you tried?
Yes, dumping the bin folder in an IIS application, where that application contains a web.config that’s been set up to host a service that’s present in an assembly in your bin folder will do the trick.