Skip to main content What is Dynamics 365? Guided tours Customer stories Try our products Build your own agents CRM ERP Sales Service Sales Customer Insights Customer Service Contact Center Field Service Supply Chain Management Commerce Finance Project Operations Human Resources Business Central Pricing Business application topics Training & certifications Documentation Migrate to the cloud Private equity Migrate to Dynamics 365 Events Dynamics 365 Blog Product updates Onboarding and implementation Community Find a partner Software Development Companies Partner resources Microsoft Marketplace Product documentation Technical support On-premises product support Contact us Try for free Sign in
3 min read

Using the Microsoft Dynamics NAV 2013 R2 or NAV 2015 Web Client without Internet Access


As you know, the Microsoft Dynamics NAV 2013 R2 or 2015 Web client is a website that you deploy and which your users can access from any browser. But in some businesses, users do not have Internet access, but they still want to be able to access Dynamics NAV from a browser. So how can you configure the Dynamics NAV Web client to not require Internet access? Well, you will have to change the configuration in Internet Information Services (IIS) Manager.


Here are the steps for how to do this for NAV 2013 R2.

  1. Download the following two files:
  2. Open IIS Manager, locate the Microsoft Dynamics NAV 2015 Web client instance that you want to modify, expand it, right-click the Resources folder, and then choose Explore.
  3. Copy your downloaded, local versions of jquery-1.9.1.min.js and jquery-ui.min.js to the Resources folder.
  4. In Windows Explorer, navigate to the WebClient folder, and then open the default.master file in Notepad.
  5. Locate the following line:

  1. After this line, replace existing:


  1. or add the following two lines:


  1. The following snippet illustrates the result:


 


 
     
  1. In the Dynamics NAV Windows client, open the “Control Add-ins” page.
  2. Select Microsoft.Dynamics.Nav.Client.BusinessChart, and then choose Export.
  3. Save the zip file locally and unzip the files.
  4. Open the manifest.xml file and find the ScriptUrl tag :
https://ajax.aspnetcdn.com/ajax/jQuery/jquery-
1.9.1.min.js
  1. Change this line to the following:
Resources/jquery-1.9.1.min.js
  1. Zip the folder again and import it back in the Control Add-ins page.

In IIS Manager, restart the Dynamics NAV Web Client website.


For Dynamics NAV 2015 do next steps:

  1. Download the following two files:
  2. Open IIS Manager, locate the Microsoft Dynamics NAV 2015 Web client instance that you want to modify, expand it, right-click the Resources folder, and then choose Explore.
  3. Copy your downloaded, local versions of jquery-2.1.0.min.js and jquery-ui.min.js to the Resources folder.
  4. In Windows Explorer, navigate to the WebClient folder, and then open the web.config file in Notepad.
  5. Add following lines under “configuration/appSettings”:


  1. In the Dynamics NAV Windows client, open the “Control Add-ins” page.
  2. Select Microsoft.Dynamics.Nav.Client.BusinessChart, and then choose Export.
  3. Save the zip file locally and unzip the files.
  4. Open the manifest.xml file and find the ScriptUrl tag:
https://ajax.aspnetcdn.com/ajax/jQuery/jquery-
2.1.0.min.js
  1. Change this line to the following:
Resources/jquery-2.1.0.min.js
  1. Zip the folder again and import it back in the Control Add-ins page.

    In IIS Manager, restart the Dynamics NAV Web Client website.


    Please note that after these changes, this Dynamics NAV Web client instance will no longer be able to access the latest versions of the two query scripts.

     

    Gedas Busniauskas

    Microsoft Dynamics NAV Support Engineer

    Get started with Dynamics 365

    Drive more efficiency, reduce costs, and create a hyperconnected business that links people, data, and processes across your organization—enabling every team to quickly adapt and innovate.