What is the correct method to determine the version of ASP.NET installed on your computer?

ASP.net MCQs for PPSC, FPSC, NTS, and Pakistan government job tests. Select an option below, then read the explanation.

PPSCFPSCNTSPakistan govt jobs
Subject
ASP.netsoftware-engineering-mcqs › asp-net
Published
18 Apr 2019
Last updated
28 May 2026

Browse all ASP.net MCQs

Choose the correct answer

Explanation

To identify the ASP.NET version on your system, you should use Response.Write(System.Environment.Version.ToString());. Options A and B are incorrect because 'Version' and 'System.Version' do not provide the runtime version information. Option D is incorrect since it is possible to retrieve the version programmatically.

PakQuizHub — free MCQs and past papers for Pakistan government job tests. Content is for educational practice only.