Author |
|
rapper36 Newbie
Joined: 20 March 2011 Location: United States
Online Status: Offline Posts: 4
|
Posted: 22 May 2013 at 3:03pm | IP Logged
|
|
|
I am a new user. I am attempting to install AfterLogic Webmail Pro (ASP.net) on a VM guest server (Server-2008 Hyper-V) with 4 GB ram, 100 GB C:\ drive, and quad core processors.
On the guest server I have an installation of Hmailserver v 533-B1879, running 2 domains and 25 mailboxes.
I have installed the IIS role (IIS 7.0)
I have created the virtual directory (webmail)
I have created the "webmail" folder at C:\inetpub\wwwroot\webmail
I opened Internet Explorer 10 and typed in the URL bar
"http://vmhmailserver/webmail/adminpanel/install.htm"
I then received back the following error message on line 18:
Source Error:
Source Error:
Line 16: <customErrors mode="Off" />
Line 17: <trace enabled="false" requestLimit="10" pageOutput="false" traceMode="SortByTime" localOnly="true" />
Line 18: <sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes" cookieless="false" timeout="60" />
Line 19: <globalization requestEncoding="utf-8" responseEncoding="utf-8" />
Line 20: <xhtmlConformance mode="Legacy" />
Source File: C:\inetpub\wwwroot\webmail\web.config Line: 18
|
Back to Top |
|
|
rapper36 Newbie
Joined: 20 March 2011 Location: United States
Online Status: Offline Posts: 4
|
Posted: 22 May 2013 at 3:06pm | IP Logged
|
|
|
Can anyone suggest where to start troubleshooting this error please.
Thank you
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 22 May 2013 at 10:29pm | IP Logged
|
|
|
Unfortunately, the message doesn't contain any actual error information which would allow for suggesting a solution or workaround. Even though customErrors mode is set to Off, that mode still seems to be enabled for some reason. Quick check with Google shows that this is usually caused by overriding the setting in machine.config file, or by having retail attribute set to true.
Hope this helps. And if you get the actual error message, please let us know so we could assist you further.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 22 May 2013 at 10:30pm | IP Logged
|
|
|
And just in case, make sure you have configured virtual directory as IIS application, just creating the virtual directory is not enough for this to work.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|