Bug:Enterprise Premium upgrade to version 7 of 8, ActiveSync

MailEnable Exchange ActiveSync (EAS) - for EAS enabled devices (including iPhone, Windows Phone 7, Android, Nokia, etc).
Post Reply
prmt
Posts: 1
Joined: Sat Jan 25, 2014 11:43 am

Bug:Enterprise Premium upgrade to version 7 of 8, ActiveSync

Post by prmt »

Hi,

Enterprise Premium upgrade to version 7 of 8 did. The mail server is working fine.

ActiveSync gives time out problem. As a result of my examination of the problem
Net Protocol is an issue I noticed.

MailEnable \ bin \ netprotocol is when I look in the web.config file and protocol framework 2, is adjusted.

This file Framework 4, the required adjustment is correct when I add them manually.

I think there is a problem with this file.

I hope they fix it in later versions.
previous state

Code: Select all

<system.webServer>
		<handlers>
			<remove name="StaticFile"/>
			<add name="WebServicesHandler64" path="/WebServices/*.asmx" verb="GET,POST" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" resourceType="Unspecified" preCondition="classicMode,bitness64"/>
			<add name="WebServicesHandler32" path="/WebServices/*.asmx" verb="GET,POST" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" resourceType="Unspecified" preCondition="classicMode,bitness32"/>
			<add name="MEIISHandler64" path="*" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" resourceType="Unspecified" preCondition="classicMode,bitness64"/>
			<add name="MEIISHandler32" path="*" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" resourceType="Unspecified" preCondition="classicMode,bitness32"/>
			<add name="MEIISHandler" path="*" verb="*" type="MailEnable.Web.IIS.MEIISHandler" resourceType="Unspecified" preCondition="integratedMode"/>
		</handlers>
		<modules>
			<add name="MEIISModule" type="MailEnable.Web.IIS.MEIISModule" preCondition="managedHandler"/>
		</modules>
	</system.webServer>
	<startup><supportedRuntime version="v2.0.50727"/></startup></configuration>
Resolved state:

Code: Select all

<system.webServer>
 <handlers>
 <remove name="StaticFile" />
 <add name="WebServicesHandler64" path="/WebServices/*.asmx" verb="GET,POST" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" resourceType="Unspecified" preCondition="classicMode,bitness64" />
 <add name="WebServicesHandler32" path="/WebServices/*.asmx" verb="GET,POST" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" resourceType="Unspecified" preCondition="classicMode,bitness32" />
 <add name="MEIISHandler64" path="*" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" resourceType="Unspecified" preCondition="classicMode,bitness64" />
 <add name="MEIISHandler32" path="*" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" resourceType="Unspecified" preCondition="classicMode,bitness32" />
 <add name="MEIISHandler" path="*" verb="*" type="MailEnable.Web.IIS.MEIISHandler" resourceType="Unspecified" preCondition="integratedMode" />
 </handlers>
 <modules>
 <add name="MEIISModule" type="MailEnable.Web.IIS.MEIISModule" preCondition="managedHandler" />
 </modules>
 <httpRedirect enabled="false" />
 </system.webServer>
 <startup><supportedRuntime version="v4.0.30319" /></startup></configuration>

arez9438
Posts: 1
Joined: Mon Feb 03, 2014 7:08 am

Re: Bug:Enterprise Premium upgrade to version 7 of 8, Active

Post by arez9438 »

Anyone from ME care to comment? It happens frequently.
adem

MailEnable-Ian
Site Admin
Posts: 9738
Joined: Mon Mar 22, 2004 4:44 am
Location: Melbourne, Victoria, Australia

Re: Bug:Enterprise Premium upgrade to version 7 of 8, Active

Post by MailEnable-Ian »

Hi,

Yes we are aware of this issue and will be addressed in the upcoming release kits.
Regards,

Ian Margarone
MailEnable Support

bfonseca
Posts: 22
Joined: Wed Oct 27, 2010 5:25 pm

Re: Bug:Enterprise Premium upgrade to version 7 of 8, Active

Post by bfonseca »

Has this been resolved yet? We are having the same issue come up.

thanks
Brian

crittle1
Posts: 99
Joined: Sun Nov 10, 2013 10:01 pm

Re: Bug:Enterprise Premium upgrade to version 7 of 8, Active

Post by crittle1 »

I believe it has, I was having same issue. See 8.03 release notes.

Post Reply