web-servicesvisual-studio-2022asmx

Not able to find ASP.NET Web Service in Visual Studio 2022


For creating a simple Web Service in Visual Studio 2022.

it will work

Not able to find ASP.NET Web Service in Visual Studio 2022


Solution

  • For creating a simple Web Service in Visual Studio 2022.

    In Visual Studio 2022, Create an ASP.NET Web Application (.NET Framework), select the Empty template enter the name, and create the project.

    Right-click the solution, Add ->New Item, then select the Web Service (ASMX).

    it will work