Create a asmx web service in C# using visual studio 2013

c#, visual-studio-2013, wcf, web-services

Solution

- Create Empty ASP.NET Project

- Add Web Service(asmx) to your project

Problem

Hy, how can I create a asmx web service in Visual Studio 2013? I have found this short tutorial about that, but when I follow this in Visual Studio 2013 I get an error that says "the type 'Service1' could not be created". Thanks for help :)

Original source

Related problems