Author |
|
compvis Newbie
Joined: 26 June 2010
Online Status: Offline Posts: 7
|
Posted: 26 June 2010 at 2:34am | IP Logged
|
|
|
Hi,
I have a problem with installing WebMail Pro Asp.net (trial). My error like:
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 30: <customErrors mode="Off"/> Line 31: <trace enabled="false" requestLimit="10" pageOutput="false" traceMode="SortByTime" localOnly="true"/> Line 32: <sessionState mode="StateServer" stateConnectionString="tcpip=http://112.78.2.58:42424" sqlConnectionString="data source=112.78.2.58;Trusted_Connection=yes" cookieless="false" timeout="60"/> Line 33: <globalization requestEncoding="utf-8" responseEncoding="utf-8"/> Line 34: <xhtmlConformance mode="Legacy"/>
I have changed:
<sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes" cookieless="false" timeout="60"/>
To:
<sessionState mode="StateServer" stateConnectionString="tcpip=Home.cn:42424" sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes" cookieless="false" timeout="60"/>
But nothing better!
Anyone can help me... Why so ?
Thank you so much !
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 26 June 2010 at 2:42am | IP Logged
|
|
|
I already answered you here.
Regards,
Alex
|
Back to Top |
|
|