🎴 Flashcard Mode
ASP .Net Quiz
Card1 / 10
Mastered0
Review0
QuestionClick to flip
Which is the file extension used for an ASP.NET file?
AnswerClick to flip back
A
aspx
💡 Explanation:
ASP.NET web forms use the .aspx file extension. The older ASP technology used .asp, while ASP.NET introduced .aspx to differentiate the two. Options like asn, aspn, and asx are not standard ASP.NET extensions.