Which type of executable file is generated when compiling an ASP.Net application?

Choose the correct answer

Explanation

When an ASP.Net application is built, it produces a .DLL (Dynamic Link Library) file rather than an .EXE or .COM file. This .DLL contains the compiled code that runs within the web server environment.

Which type of executable file is generated when comp… — ASP.net | PakQuizHub