Uploaded image for project: 'Modules'
  1. Modules
  2. MODULES-9236

IIS : Setting Application pool .NET CLR Version to No Managed Code in 2008 R2 does not work

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • Normal
    • Resolution: Duplicate
    • None
    • None
    • iis
    • Windows Server 2008 R2

      IIS 7.5

    • Hide

      Application pool .NET CLR Version is set to No Managed Code

      Show
      Application pool .NET CLR Version is set to No Managed Code
    • Customer Feedback
    • Needs Assessment

    Description

      Basic Info
      Module Version: 4.5.1
      Puppet Version: 6.4.0
      OS Name/Version: Windows 2008 R2, Windows 2016**

      When setting the application pool .NET Framework Version to No Managed Code (using "" as per the documentation) it sets it to "" and breaks the application pool

      Example code:

       

      iis_application_pool { 'test': 
      ensure => 'present', 
      managed_pipeline_mode => 'Integrated', 
      managed_runtime_version => '""', 
      state => 'Started', 
      auto_start => true, }
      

       

       

      Desired Behaviour:

      Application pool .NET Framework Version is set to No Managed Code

      Actual Behaviour:

      Application pool .NET Framework Version is set to "" 

      The application pool stops when a page is requested.

      This also happens if the application pool .NET Framework Version is already set to No Managed Code

       

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              ewanlogan Ewan Logan
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Zendesk Support