Visual Studio 2022 cannot find Web Service (ASMX )

MicrosoftGCIaccount 11 Reputation points
2022-03-22T18:56:12.2+00:00

Using the most recent version of MS Visual Studio 2022. After downloading multiple templates referring to Forum Question (How to add web service asmx file in vs 20220) I am still not able to find "Web Service (ASMX)" What more is required in order to get the template for an ASMX file that I have to create for a PERL script I wrote to create the Cherwell API I need to open incidents and change tickets?

185756-image.png

Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
949 questions
Visual Studio Testing
Visual Studio Testing
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Testing: The act or process of applying tests as a means of analysis or diagnosis.
331 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
976 questions
0 comments No comments
{count} vote

2 answers

Sort by: Most helpful
  1. MicrosoftGCIaccount 11 Reputation points
    2022-03-22T20:34:03.34+00:00
    1 person found this answer helpful.

  2. Steve Waldron 1 Reputation point
    2022-11-11T16:25:47.79+00:00

    When I select add new item Web Service (ASMX), it adds the WebService.cs file, but not the corresponding .asmx file.

    0 comments No comments