User-786564416 posted
I have observed that the when publishing a web service using VS 2015: Publish -> Publish Web Application, I selected the directory where the published files are generated to. The thing I observed is that in the tutorials, the generated Web Service file
type is just shown as "ASMX File' (As shown on the photo),

Whereas the file I get is "ASP.NET Web Service" (As shown in the pictures):


The Web Service works perfectly when run in Visual Studio. However, when try to deploy it on the IIS, it is not working at all. So, Where is the problem?