Multiple choice technology web technology

Do i need IIS to develop a Web application in ASP.NET 2.0?

  1. True

  2. False

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

ASP.NET 2.0 includes the Cassini web server (WebDev.WebServer.exe) which allows development without IIS installed. You can build and test ASP.NET applications using only the built-in development web server, though IIS is required for production deployment.

AI explanation

To answer this question, you need to understand the requirements for developing a web application in ASP.NET 2.0.

Option A) True - This option is incorrect because you do not need IIS (Internet Information Services) to develop a web application in ASP.NET 2.0.

Option B) False - This option is correct because you do not need IIS to develop a web application in ASP.NET 2.0. ASP.NET 2.0 includes a built-in web server called "Cassini" or "ASP.NET Development Server" that can be used for development and testing purposes without the need for IIS.

The correct answer is B. This option is correct because you do not need IIS to develop a web application in ASP.NET 2.0.