What differences are between IIS 7.0 and IIS 7.5?

10,806

Solution 1

Some general pointers:

Solution 2

Following article should help you :

http://technet.microsoft.com/en-us/library/dd939979(WS.10).aspx

In order to sum it up :

Many features have been added or enhanced in Internet Information Services (IIS) 7.5. The following changes are available:

Integrated extensions

  • WebDAV and FTP
  • Request Filtering
  • Administration Pack modules

Management enhancements

  • IIS Module for Windows PowerShell
  • Configuration logging and tracing

Application hosting enhancements

  • Service hardening
  • Managed service accounts
  • Hostable Web Core
  • Failed Request Tracing for FastCGI
Share:
10,806

Related videos on Youtube

TN.
Author by

TN.

Updated on September 18, 2022

Comments

  • TN.
    TN. over 1 year

    I thought that IIS 7.0 and IIS 7.5 have (from the application developer point of view) nearly same features. Then, I found that certain features are not working on IIS 7.0. Are there more features available in IIS 7.5 that are missing in IIS 7.0 (that application developer should know)?

    (Maybe not core IIS features, but some other ASP.NET (MVC) features that are working on IIS 7.0.)

    • tugberk
      tugberk over 12 years
      Do you have any specific problems about your ASP.NET MVC project running under IIS?
    • TN.
      TN. over 12 years
      Yes, I have a problem with plain .cshtml files on IIS 7.0 (check the link in the question). And I also want to know what other features (I may use) are not working on IIS 7.0.
    • tugberk
      tugberk over 12 years
      Are you running your application under a Classic Mode App Pool?
    • TN.
      TN. over 12 years
      No, 4.0 integrated.
    • tugberk
      tugberk over 12 years
      Turn on Failed Request Tracing on the IIS and see what you get there.
    • TN.
      TN. over 12 years
      I was trying to turn of Failed Request Tracing and I have found that I did not have tracing installed. But in the meantime I have found it:) stackoverflow.com/questions/7366925/…
  • TN.
    TN. over 12 years
    +1 Thx, for the link and the summary.
  • TN.
    TN. over 12 years
    +1 Thx for the links.