I have asked 123 reg if they are compatible with Web Matrix and await their reply.
I maybe using 4.7.2 but i am not sure, i installed Umbraco on Friday using WebMatrix and could not remember if it told me what version i was downloading? I had seen 4.6.2 commented in the code and took a guess that could be what version i was using. Is there a way to check what Umbraco version i am using?
If i cannot use webmatrix can you suggest a better upload process? My hosting uses Windows 2008 and is compatible with IIS7
The full error message that i receive is
Server Error in '/' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
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.
Source Error:
Line 63: <customErrors mode="off" />
Line 64: <trace enabled="true" requestLimit="10" pageOutput="false" traceMode="SortByTime" localOnly="true" />
Line 65: <sessionState mode="InProc" stateConnectionString="tcpip=EDITED" sqlConnectionString="data source=EDITED;Trusted_Connection=yes" cookieless="false" timeout="20" /> Line 66: <globalization requestEncoding="UTF-8" responseEncoding="UTF-8" />
Line 67: <xhtmlConformance mode="Strict" />
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. (\\web-123win\winpackage22\mywebsite.co.uk\www.mywebsite.co.uk\web\content\um\web.config line 120)
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. (\\web-123win\winpackage22\mywebite.co.uk\www.mywebsite.co.uk\web\content\um\web.config line 127)
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. (\\web-123win\winpackage22\mywebsite.co.uk\www.mywebsite.co.uk\web\content\um\web.config line 135)
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. (\\web-123win\winpackage22\mywebsite.co.uk\www.mywebsite.co.uk\web\content\um\web.config line 142)
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. (\\web-123win\winpackage22\mywebsite.co.uk\www.mywebsite.co.uk\web\content\um\web.config line 152)
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
Error Uploading to server
Hi,
I am currently using
Ubraco 4.6.2
ASP.net Version 4
WebMatrix
Hosting: Reg 123
Windows 7 Home Premium
IIS 7.5
I get a "Server Error in '/' Application." configuration error when i have upload my website via the ftp publish tool on WebMatrix.
The error is
Line 65: <sessionState mode="InProc" stateConnectionString="tcpip=EDITED" sqlConnectionString="data source=EDITED;Trusted_Connection=yes" cookieless="false" timeout="20" />
Can anyone help or point me in the right direction to what i may be doing wrong?
Please let me know if you need anymore information
Thanks
Hi Michael and welcome to the community :-)
I must admit that I have not really seen this error before - are you positive that your webhost supports deployment using WebMatrix?
Is the only error message you see? If not please paste it all in here as it may give a better clue about what's going on.
Btw...any reason why you're using 4.6.2 instead of latest stable, which is 4.7.2?
Cheers,
Jan
Thanks for your reply.
I have asked 123 reg if they are compatible with Web Matrix and await their reply.
I maybe using 4.7.2 but i am not sure, i installed Umbraco on Friday using WebMatrix and could not remember if it told me what version i was downloading? I had seen 4.6.2 commented in the code and took a guess that could be what version i was using. Is there a way to check what Umbraco version i am using?
If i cannot use webmatrix can you suggest a better upload process? My hosting uses Windows 2008 and is compatible with IIS7
The full error message that i receive is
Server Error in '/' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
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.
Source Error:
Line 63: <customErrors mode="off" /> Line 64: <trace enabled="true" requestLimit="10" pageOutput="false" traceMode="SortByTime" localOnly="true" /> Line 65: <sessionState mode="InProc" stateConnectionString="tcpip=EDITED" sqlConnectionString="data source=EDITED;Trusted_Connection=yes" cookieless="false" timeout="20" /> Line 66: <globalization requestEncoding="UTF-8" responseEncoding="UTF-8" /> Line 67: <xhtmlConformance mode="Strict" />
Source File: \\web-123win\winpackage22\mywebsite.co.uk\www.mywebsite.co.uk\web\content\um\web.config Line: 65
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
Thank you in advance
is working on a reply...