Please explain what is the Role of IIS?
Submitted by: MuhammadVisual 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.
Submitted by: Muhammad
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.
Submitted by: Muhammad
Read Online IIS Job Interview Questions And Answers
Top IIS Questions
☺ | How to install our Web Application In IIS Web Server? |
☺ | What is App Pool and App Domain? What is the difference between the two in IIS? |
☺ | What is the role of http.sys in IIS? |
☺ | Can we run multiple websites with same port number and different IP address? |
☺ | How many times are working in IIS Server? |
Top Best Web Servers / Services Categories
☺ | IIS Interview Questions. |
☺ | Web Services Interview Questions. |
☺ | Web Hosting Interview Questions. |
☺ | Tomcat Server Interview Questions. |
☺ | Web Browser Interview Questions. |