Note that there are some explanatory texts on larger screens.

plurals
  1. POMixing MVC3 application with Classic Form ASP .NET application on IIS 7.5
    primarykey
    data
    text
    <p>We are currently trying to configure IIS 7.5 to run 2 applications (one MVC 3 .NET 4 and one Asp .NET forms .NET 2) onto the same structure.</p> <p>The config is as follow:</p> <p>Physical Path:</p> <p>Drive<br/> +--- Root<br/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+ Web.config<br/> +--- Sub<br/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+ Web.config<br/></p> <p>IIS Config:<br/> Root App (MVC 3 based on .NET 4 AppPool)<br/> &nbsp;&nbsp;¦<br/> &nbsp;&nbsp;+Sub App (Classic ASP .NET based on .NET 2 AppPool)</p> <p>This was working perfectly fine on IIS 6. However, making the same config on IIS 7.5 fails.</p> <p>The Root App is working fine but the Sub App is failing to start. The error message is:</p> <blockquote> <p>Module IIS Web Core Notification Unknown Handler Not yet determined Error Code 0x80070032 Config Error The configuration section 'standardEndpoints' cannot be read because it is missing a section declaration<br> Config File \?\D:\root\web.config</p> </blockquote> <p>Surprisingly, the access of the SUB app complains about the config of the ROOT app. Furthermore, the ROOT app config file contains a valid standardEndpoints section:</p> <pre><code>&lt;standardEndpoints&gt; &lt;webHttpEndpoint&gt; &lt;standardEndpoint name="XXX.WebSite.WS.Program" helpEnabled="true" automaticFormatSelectionEnabled="true" /&gt; &lt;/webHttpEndpoint&gt; &lt;/standardEndpoints&gt; </code></pre> <p>I don't really get why the the SUB application AppPool still checks the parent configuration.</p> <p>Is there a way to 'break the inheritance'? Have IIS treat the 2 apps as completely separated?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload