Multiple choice technology programming languages

In Which file extension the webforms are stored ?

  1. .aswx

  2. .aspx

  3. .asmx

  4. .ascx

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

Web forms in ASP.NET are stored with the .aspx file extension, which is the standard for ASP.NET web pages. The 'aspx' extension indicates an ASP.NET page that can contain server controls and code.