Do I need iis to develop a web applcn in asp.net 2.0
-
Yes
-
No
-
May be
-
None of the above
B
Correct answer
Explanation
IIS (Internet Information Services) is not required to develop ASP.NET 2.0 web applications. You can develop and test ASP.NET applications locally using the built-in ASP.NET Development Server (Cassini) or Visual Studio's built-in web server without needing IIS installed on your development machine.