Click here to Skip to main content
15,914,379 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Do I need IIS to execute a Web application in ASP.NET 2.0?

Ο Yes
Ο No


[Please don't include silly and rude questionnaire options I scratched about above; what the hell?! — SA]
Posted
Updated 10-Jul-11 20:09pm
v2

You can also execute it through Visual Studio which includes tiny development HTTP server. Also, in principle, anyone can make an alternative server using .NET installed on the system or hosting .NET in the server and implementing ASP.NET.

—SA
 
Share this answer
 
Yes, when you host your ASP.NET 2.0 application it will require IIS to run.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 11-Jul-11 2:15am    
OP did not ask specifically about run in production. Please see my answer.
--SA
Uday P.Singh 11-Jul-11 2:20am    
Yes, but OP did not ask specifically about to run in development either!
Sergey Alexandrovich Kryukov 18-Jul-11 22:21pm    
Yes, so what? This is not symmetric. This is pure logic. OP asks is IIS is required to run. As there is no specific request about running mode and other detail, and there is the case when if can be run without IIS, correct answer is: "yes, it can be run without IIS".
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900