Dynamics AX Knowledge

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

1, Copy axwebdeploy.dll to system32 folder and register it.

2, Make a web page and insert a ActiveX. classid=clsid:B6905E70-4B33-11D3-A498-0008C7DB06E6。 (AX3 is OK)

Create those folder:axcab(axwebdeploy.cab); axsetup(AX3 Client installation program); axsp(AX3SP3 web client); axxpo (.xpo file).

Web Design is below:

<body>
shanghai ERP access
<object classid="clsid:B6905E70-4B33-11D3-A498-0008C7DB06E6" id="Client6" codebase="http://10.2.1.3/axweb/axcab/axwebdeploy.cab#version=3,0,0,3">  //codebase must be set and version must use , .
  <param name="_cx" value="2328">
  <param name="_cy" value="503">
  <param name="AutoSize" value="-1">
  <param name="Enabled" value="-1">
  <param name="ServerSetup" value="http://10.2.1.3/axweb/AxSetup">
  <param name="ServerServicePack" value="http://10.2.1.3/axweb/AxSp/MicrosoftBusinessSolutions-Axapta3.0SP3WebClient.exe">
  <param name="AutoStart" value="0">
  <param name="Configuration" value="http://10.2.1.3/AxWeb/AxXpo/Ax3.xpo">
  <param name="Version" value="3.0.0.3">
  <param name="TempDirectory" value>
  <param name="AxaptaLanguage" value>
  <param name="Database" value>
  <param name="DatabaseParm" value>
  <param name="CopyFiles" value="-1">
  <param name="WarnDownload" value="-1">
  <param name="CommandLineSetup" value>
  <param name="CommandLineServicePack" value>
</object>
</body>

3, AXWeb site properties

Enable: script source access, log visits, read, index this resource, write

Execute permissions: None

In HTTP Headers-MIME Types: add .xpo and type is application/octet-stream.

 

4, For clients, Should allow unauthenticated and ActiveX files.

For IE7, must be set: IE->Tools->Internet Options->Advance->Reset

 

 

posted on 2008-10-29 16:55  Jacky Xu  阅读(393)  评论(0编辑  收藏  举报