Показать сообщение отдельно
Старый 28.10.2006, 16:40   #1  
Blog bot is offline
Blog bot
Участник
 
25,497 / 847 (79) +++++++
Регистрация: 28.10.2006
Solutions Monkey: EP Configuration - Single Web Server & Multiple AOS installations
Источник: http://blogs.msdn.com/solutions/arch...11/749751.aspx
==============
Question:
How to configure multiple AX 4.0 Enterprise Portal sites on the same web server each pointing to a different instance of the .NET Business Connector, each with a different configuration pointing to different AOS?
Answer:
By default , EP connects to the default configuration stored in the registry on the server.For the second EP on the same web server, create a new IIS virtual server in IIS and enable SharePoint and EP on this IIS virtual server as well.
On the Web server, make the following edits to the Web.config file in the wwwroot folder (for example, C:\inetpub\wwwroot where the Second Web server is installed in the C: drive):
1) Add the Microsoft.Dynamics section group under . Add the following text:



2. Add the following Microsoft.Dynamics element under . Add the following text to the file:



You can export the AX configuration pointing to the second AOS to a file and refer it in the second step.



==============
Источник: http://blogs.msdn.com/solutions/arch...11/749751.aspx