Friday, June 29, 2012

IIS7 notes

  1. In the application pools in IIS7:
    1. Managed Pipeline Mode
      1. Classic Mode emulates IIS6
      2. Integrated Security is new and can, among other things, block random .html or .txt or .jpg files from being seen if a user is not permissioned.
    2. Identity (can define what user one connects to a database as)
  2. http://blog.dczweb.net/post/Migration-of-ASPNET-app-from-IIS6-to-IIS7-(75).aspx touches on upgrading ASP.NET apps from those which run on IIS6 to those which run on IIS7:
    1. system.web will be in Web.config in IIS6
    2. system.webServer will be in Web.config in IIS7

No comments:

Post a Comment