Pros and cons of having dedicated application pools over keeping web applications in one default app pool

Pros: Applications are isolated from each other, unless IIS goes with it, an app pool locking will only take out applications in that pool Ability to run applications under different ASP.NET runtimes, one pool for 1.1 another for 2.0 if needed Ability to have different app pool settings for more or less critical applications. For … Read more

How to config application pool in IIS 7.5 automatically re-start when it was stopped?

You will need to change the startMode for the application pool your website is running on from onDemand to AlwaysRunning. By default IIS sets all application pools to onDemand. In IIS Manager, click computer name in the Connection pane. Switch to Features View if the view is not active. Double-click Configuration Editor in the Management … Read more

How to check app pool last recycled

You could easily find the latest recycle time by using this powershell snippet: (Get-Process -Id <ProcessId>).StartTime Therefore find the process id of your web application in task manager. First add the following columns via Tools > Select columns… : select PID and Command Line. Look for any w3wp.exe process and find your application by examining … Read more

Memory Usage of Each Application Pool

Go to IIS Manager Click on the name of your server in the Connections pane Under the IIS section in the Features View, double-click the Worker Processes icon Here you can see both the private bytes and virtual bytes usage of each running application pool. More information can be found here: http://technet.microsoft.com/en-us/library/cc771273(v=ws.10).aspx

What is the difference between DefaultAppPool and Classic .NET AppPool in IIS7?

IIS7 has some major changes to better support WCF and one of the key pieces is the new integrated application pool. This session from PDC talks about some of these challenges from the perspective of making WCF services perform better: http://channel9.msdn.com/pdc2008/TL38/ This page has a good overview of IIS7 architecture: http://learn.iis.net/page.aspx/101/introduction-to-iis7-architecture/. I’ve included some of … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)