Internet Information Services

Difference between IIS 6.0 and IIS 7.0 Part 1 of 2

Posted on July 14, 2008. Filed under: Internet Information Services | Tags: , , |

Performance
A good metric listed below is the “efficiency” or “cost” of the number of requests per CPU cycle (RPS / CPU Utilization %).  Using this metric, IIS 7.0/W2K8 RTM is over 10% more efficient then IIS 6.0/WS03 SP2in handling live web platform traffic for the site
Listed below the graphical data results is the methodology [...]

Read Full Post | Make a Comment ( None so far )

Inside IIS Part 1 of 1

Posted on June 20, 2008. Filed under: Internet Information Services | Tags: , , , |

Introduction
This arcticle is for those, who has better understanding how to publish the websites using IIS and who does not have indepth knowledge inside IIS
Difference between windows 32Bit and 64Bit
Difference between kernal and user mode
Compare IIS 6.0 with legacy IIS versions
Concepts of IIS
 

The difference between 64 and 32 bit processors
1.    Mathematics
 

Processor

Holds

32Bit

0 to [...]

Read Full Post | Make a Comment ( None so far )

Set AppPoolName using Script

Posted on June 17, 2008. Filed under: Internet Information Services | Tags: , |

On error Resume Next
set vdirObj= _
GetObject(“IIS://localhost/W3svc/1/Root/Documentation”)
ObjAppPool =  vdirObj.AppPoolId
vdirObj.AppPoolId = “Documentation”
vdirObj.SetInfo
wscript.echo “Stopping Application Pool : ” & vdirObj.AppPoolId
Set objAppPool = GetObject(“IIS://localhost/W3SVC/AppPools/” & vdirObj.AppPoolId)
objAppPool.Stop()
wscript.echo “Starting Application Pool : ” & vdirObj.AppPoolID
objAppPool.Start()

Read Full Post | Make a Comment ( None so far )

Liked it here?
Why not try sites on the blogroll...