|
|
Browse by Tags
All Tags » IIS » Troubleshooting
-
Performance counters are a wonderful tool when it comes to quickly assessing system health and performance of Windows subsystems. In addition to learning much about the operation of Microsoft products, exposing performance counters from your own code can be extremely valuable for the very same reasons. We do this a lot for LeanServer ...
-
When using the IIS 7.0 Integrated pipeline, you gain access to a ton of cool scenarios where IIS and ASP.NET features work together to provide value for your application – regardless of the application content.Most of these features involve using ASP.NET features (e.g.Forms Authentication) to provide their services for non-ASP.NET ...
-
Knowing when to restart IIS to pick up various types of changes to your application has traditionally been a challenge.
IIS and ASP.NET are both stateful software systems, which heavily rely on cached state that is loaded once to provide high performance. They also recognize the downside of being stateful - having to refresh the state when ...
-
When you are working with the web server, dealing with errors is a fact of life. They creep in when applications change, when you deploy to a new server, make configuration changes, or add new functionality.The IIS 7.0 philosophy with respect to errors is that an error is better than something seemingly working in a way that you don’t ...
|
|
|