Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Please tell me whether we have default IIS in .net or we need to install or configure it. please explain it briefly.
Posted

Visual studio has it's own integrated web server, so, no it's not mandatory to install IIS for development. However, once you decide to deploy a project you will need IIS.

For more information's about Web Servers that can be used in development in VS read this:
http://msdn.microsoft.com/en-us/library/58wxa9w5.aspx[^]


Meanwhile for deploying an ASP.NET project on IIS check this nice CP article:

Deploying ASP.NET Websites on IIS 7.0 [^]


Cheers
 
Share this answer
 
Hi ,
Both IIS and .netFramework are Microsoft product,so IIS normally provide all .net framework support,but .net framework version 2.0 is built with IIS server.

If your application is develop in other .net framework you need to configure IIS to that version like 4.0

for more detail :
1)http://msdn.microsoft.com/en-us/library/k6h9cz8h.aspx[^]
2)http://msdn.microsoft.com/en-us/library/a99txfy5.aspx[^]
 
Share this answer
 

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