I have disabled the custom errors within the web config file, but i am now receiving the following error:
Line 70: <customErrors mode="Off" />
Line 71: <trace enabled="true" requestLimit="10" pageOutput="false" traceMode="SortByTime" localOnly="true" />
Line 72: <sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes" cookieless="false" timeout="20" />
Line 73: <globalization requestEncoding="UTF-8" responseEncoding="UTF-8" />
Line 74: <xhtmlConformance mode="Strict" />
Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS
I have been reading round Google but becoming more and more confused!
If anyone could help shed any light on this, I would be very grateful!
Are you trying to install Umbraco into a virtual directory? In that case I would recommend you to install it without the use of a virtual directory since it's asking for trouble unless you really really need to.
Server Error in '/' Application.
Hi guys,
I have disabled the custom errors within the web config file, but i am now receiving the following error:
Line 70: <customErrors mode="Off" /> Line 71: <trace enabled="true" requestLimit="10" pageOutput="false" traceMode="SortByTime" localOnly="true" /> Line 72: <sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes" cookieless="false" timeout="20" /> Line 73: <globalization requestEncoding="UTF-8" responseEncoding="UTF-8" /> Line 74: <xhtmlConformance mode="Strict" />
Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS
I have been reading round Google but becoming more and more confused!
If anyone could help shed any light on this, I would be very grateful!
Thanks!
Hi Phil
Are you trying to install Umbraco into a virtual directory? In that case I would recommend you to install it without the use of a virtual directory since it's asking for trouble unless you really really need to.
/Jan
is working on a reply...