RE: BC-On-prem Web client installation
Hi Stefano,
Thanks for your revert!!
ok, So very first i just installed BC along with its web server components and luckily i did not get any error post installtion.
But a web site did not appear in IIS.
So i just tried to create it from NavWebCLientManagement and in the process i faced a strange error related to the very first line in module "#Requires -RunAsAdministrator".
So i removed that line and then try this time it works fine even a site created under IIS web sites. And the app pool also configured with the name that i passed in to command (like xyzwebclient).
Now i am trying to open it from IIS browse button its giving me the above error.
Commands I am using
Import-Module 'C:\NAVWebClientManagement.psm1'
New-NAVWebServerInstance -PublishFolder 'E:\BC Setups\Dynamics.365.BC.26556.NA.DVD\WebClient\Microsoft Dynamics NAV\130\Web Client\WebPublish' -WebServerInstance BcWave2 -Server XYZserver -ServerInstance BcWave2 -ClientServicesCredentialType Windows -WebSitePort 8082
Thanks