Internet Information Services (IIS) Question: Download IIS PDF

Please explain what is the Role of IIS?

Tweet Share WhatsApp

Answer:

Visual studio having It own ASP.NET Engine which is capable enough to run Asp.net web application from visual studio. So we just click on Run button to start the application.
Now this is the scenarios of local environment. But If we want to host it on server from where all user can access the sites then IIS comes into the picture.

IIS provides a redesigned WWW architecture that can help you achieve better performance, reliability, scalability, and security for our Web sites. IIS can support following Protocol HTTP/HTTPS, FTP, FTPS, SMTP Etc. We need to host the site on IIS, when request comes from client it first hits the IIS Server, then the server passed it to ASP.NET worker process to execute. Then the response also passes to client via IIS itself.

Download IIS PDF Read All 80 IIS Questions
Previous QuestionNext Question
Tell us default IIs Port Numbers?Please explain how we can set the Idle Time out of an worker process?