Jag har skapat en subdomän som pekar på mappen Admin2 Problem med sub-domän
Går jag in på subdomänen får jag det här felet
<code>
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
</code>
Går jag direkt till mappen så får jag inget fel.
Jag har redan det här i web.config
<code>
<customErrors mode="Off"/>
</code>
Någon som vet vad som kan vara fel?