hello
this is my first request to have the pipeline mode as classic with v4.0 of .net clr
I normally use this below dsc to get the site running. would I need to modify a module to define my options and then add a line to the dsc get the option of “managed pipeline mode”?
@{ ShortName = 'sitename' DNSSuffix = 'abc.com' SiteAuthors = ("admin") State = 'Started' RuntimeVersion = 'v4.0' Enable32Bit = 'Enabled' Nodes = ('dev-A1', 'dev-A2') IISAnonymousAuth = 'Disabled' IISAnonymousUser = '' IISWindowsAuth = 'Enabled' Applications = @() VirtualDirectories = @() }