I used to using Visual Studio 2008 and 2010. I need to change the output type of a Web Service project to a Class Library. In order to get the .dll of the asmx.
When I use VS2008, I do:
Right Click the project in the Solution Explorer
Click Properties
Select Application in the Properties Window
Click on the Output Type Combobox and change that to Class Library.
However, the above procedure does not work anymore in VS 2012 or VS 2015. Is there any other way to generate a DLL from an ASMX file? Thank you!