Hello Everyone,
I am able to deploy individual modules to Enterprise Portal in AX 2012. However, when I try to deploy the Home Module; I get the following Error Message: "Microsoft Dynamics AX could not locate the Web server. Verify that Enterprise Portal is installed on the Web server. If Enterprise Portal is installed, verify that the server is available on the network."
EP is installed on the Web server and I am able to access the site.
I have added the following code in 'web.config' config file located at C:\Program Files\Microsoft Dynamics AX\60\Setup\EPDeploymentService to increase the Timeout duration.
<system.web>
<httpRuntime executionTimeout="3600"/>
</system.web>
I still get the above error message. Please let me know any other ways of solving this error.
Regards,
Raghu