Skip to content

Commit

Permalink
#48 Remove support for IIS classic mode from wec.config.transform files
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinobee committed Aug 23, 2015
1 parent 068230c commit 288f521
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions src/Sitecore.Ship.AspNet/content/web.config.transform
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
<section name="packageInstallation" type="Sitecore.Ship.Infrastructure.Configuration.PackageInstallationConfiguration, Sitecore.Ship.Infrastructure"/>
</configSections>
<packageInstallation enabled="true" allowRemote="false" allowPackageStreaming="false" recordInstallationHistory="false" />
<system.web>
<httpHandlers>
<add verb="*" type="Sitecore.Ship.AspNet.SitecoreShipHttpHandler, Sitecore.Ship.AspNet" path="/services/*" />
</httpHandlers>
</system.web>
<system.webServer>
<modules runAllManagedModulesForAllRequests="true"/>
<validation validateIntegratedModeConfiguration="false"/>
Expand Down
5 changes: 0 additions & 5 deletions src/Sitecore.Ship/content/web.config.transform
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@
<nancyFx>
<bootstrapper assembly="Sitecore.Ship" type="Sitecore.Ship.DefaultBootstrapper, Sitecore.Ship" />
</nancyFx>
<system.web>
<httpHandlers>
<add verb="*" type="Nancy.Hosting.Aspnet.NancyHttpRequestHandler" path="/services/*" />
</httpHandlers>
</system.web>
<system.webServer>
<modules runAllManagedModulesForAllRequests="true"/>
<validation validateIntegratedModeConfiguration="false"/>
Expand Down

0 comments on commit 288f521

Please sign in to comment.