🎴 Flashcard Mode
Programming Languages and Concepts Quiz
Card1 / 20
Mastered0
Review0
QuestionClick to flip
The file extension associated with Websrvice pages in Asp.net is _____.
AnswerClick to flip back
A
.asmx
💡 Explanation:
Web service pages in ASP.NET use the .asmx file extension, which specifically identifies ASP.NET web services. This distinguishes them from regular web pages (.aspx) and user controls (.ascx).