IIS 7.5 Details
IIS 7.5 Details
IIS 7.5 Details
5
Difference in IIS 6, IIS 7.x and IIS 8
IIS 6 and IIS 7 are both types of windows hosting. IIS 7 is the more up to date version and as a result
has better support for php based websites. IIS 7 also offers support for ASP .NET 4.0*.
If a request comes in IIS looks up the binding tables, sees which websites is involved
and looks up to application pool and send the request on to one of the worker
process which reside in application pool and worker process is actually execute the
request and send back the result to client.
If Web site is not working need to check application pool status it is stop or start. To
fix the issue need to start application pool.
Web Farm: Web farm is multiple web servers handing a single web site
Web Garden: Web garden is multiple worker processes handing a single
application pool.
IIS Troubleshooting:
Event Logs :
What are the worker process for IIS 5.1 and IIS 6.0 ?
For IIS 5.1 > aspnet_wp.exe
For IIS 6.0 > w3wp.exe
This is one of the most question in IIS. And along with that interviewer can as what is
the different between Web farm and Web Garden?
When we hosted our web Application on multiple web server under a load balancer call
the Web Farm. This is generally used for heavy load web application where there are
many user request at a time. So When Web Application is hosted on Different IIS Server
over a load balancer, Load balancer is responsible for distribute the load on different
server.
Please have a look into this:
http://www.dotnetfunda.com/articles/article713-difference-between-web-farm-and-webgarden.aspx
To Validate: Run > Inetmgr > Check there should a virtual directory with the same
"Alias" name that you have given.
If there are already one Virtual directory exist it will showing you the error message
while you providing the "Alias" name.
Yes. We can.
While creating Application Application Pool from IIS, there should have two option
available first one is for Default Setting and another is for Existing Setting as template.
We can select the second one and from the drop down listed below we can select any
on the Application Pool as Template,.
We can hosted site on IIS either creating Virtual Directory through IIS manager or Using
Folder Web Sharing .
Apart from that Visual studio provide some inbuilt features to host the site on IIS like
using Publishing the web site , Using Copy web Tool or Creating Virtual directory during
the creating the project by choosing Location as HTTP