Hi,
Yesterday i installed exchange server successfully, Now am tried to send the mail from my account its getting the below error,
I tried from our forum for solutions, I got the below one
Step-1:First take the copy of Application host.config present under c:\windows\system32\inetsrv\config\
Step-2:
Go to c:\windows\system32\inetsrv\config\
Opne Applicationhost.config file , check the following. If not available , add the following lines
<addname="svc-ISAPI-4.0_64bit"path="*.svc"verb="*"modules="IsapiModule"scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll"preCondition="classicMode,runtimeVersionv4.0,bitness64"/><addname="svc-ISAPI-4.0_32bit"path="*.svc"verb="*"modules="IsapiModule"scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll"preCondition="classicMode,runtimeVersionv4.0,bitness32"/><addname="svc-Integrated-4.0"path="*.svc"verb="*"type="System.ServiceModel.Activation.ServiceHttpHandlerFactory, System.ServiceModel.Activation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"preCondition="integratedMode,runtimeVersionv4.0"/>
The above lines should be added exactly in between below tags:
<handlersaccessPolicy="Read, Script"></handlers>
It should be added under section
</system.webServer><locationpath=""overrideMode="Allow"><system.webServer>
Step-3:Restart IIS
But its already there in that config File.
Even i want to know about the SMTP and POP3 configuration. I configured send connectors and receive connector. But i dono this related to that POP and SMTP. Please suggest me to resolve the issue. If you have any document for 2013 about pop and smtp configuration Please attach that.
Thanks in advance
Venkatesan R