Open visual studio and create a new project - RemObjects Mercury, ASP.Net Classic Web Service Application.
Right click the project in the solution explorer and press Publish.
Set the target location to bin\Release\Publish and the configuration to Precompile.
Now press the Publish button, and the asmx site is compiled and the published, but during publish, the following line keeps being repeated in the output:
Hello Theo.
Could you please give a project that shows the problem? I tried with a newly create webservice and I can’t reproduce the endless loop.
It more looks like we have some problems with resolving refs here but not with publish itself.