User1806461582 posted
I followed this article but my package is not based on the compiled version (still the raw files)
http://www.asp.net/learn/hosting/tutorial-15-cs.aspx
1. I right click on the web services project and clicked on "Publish Web Site".
2. I went to the file system and saw that it compiled.
3. Then I right click on the deployment project (in the same solution), Add > Project Output
4. In the project drop down I see the current project c:\...\webservicetest\ (not the pre-compiled one) and I can't change this
5. In the body it states "content Files" , I select that and click OK
6. then proceed with Build.
7. I take the MSI and install and then I see all the aspx.cs files, wsTEST.cs, etc. insead of the dll files. the bin folder is empty...
Any suggesion?