ServerSide

Mike Volodarsky on Internet Information Services (IIS), IIS7, and ASP.NET
Welcome to ServerSide Sign in | Join | Help
in Search

Browse by Tags

All Tags » ASP.NET » IIS
  • Brief History of Web Uploads

    The upload support in the Microsoft web platform has come quite a long way since the early days of IIS. Unfortunately, a number of remaining limitations have made it difficult to offer a quality upload experience, especially for high-traffic sites. As more and more websites rely on user generated content, and in general storing data in the ...
    Posted to IIS 7.0 Server-Side (Weblog) by Mike Volodarsky on May 4, 2010
  • Workaround for using IIS 7 url authorization with ASP.NET roles

    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 ...
    Posted to IIS 7.0 Server-Side (Weblog) by Mike Volodarsky on May 11, 2009
  • When to restart IIS when making changes to your application

    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 ...
    Posted to IIS 7.0 Server-Side (Weblog) by Mike Volodarsky on September 12, 2008
Powered by Community Server, by Telligent Systems