Multiple choice technology programming languages

Placing web service files in one of these folders, generates a proxy class(out of .wsdl) and a typed dataset (out of .xsd). What is the name of the folder?

  1. App_Data

  2. App_Resources

  3. App_Code

  4. App_WebReferences

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In ASP.NET, placing a .wsdl or .xsd file in the App_Code folder automatically triggers the runtime to generate a corresponding proxy class or typed dataset, making it available to the application.