IIS7 notes
- In the application pools in IIS7:
- Managed Pipeline Mode
- Classic Mode emulates IIS6
- 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.
- Identity (can define what user one connects to a database as)
- 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:
- system.web will be in Web.config in IIS6
- system.webServer will be in Web.config in IIS7
No comments:
Post a Comment