Any guidance on deploying a web app designed in Web AppBuilder and to be hosted on our local Portal for ArcGIS (10.3). The app was necessary because it has one custom widget (elevation profile). I built the app in Web AppBuilder and tested out the widget which works fine. I downloaded the app as instructed through Web AppBuilder. The next step says to unzip the app and "Deploy it on your web server." This is where I need help, I've never deployed a website before. On our web server there is a inetpub folder with a subfolder wwwroot. Is this where the unzipped site content should reside? Thanks for any guidance.
Solved! Go to Solution.
Ben,
Here is a step by step guide:
Deploying the app to IIS is pretty straight forward.
Yes, you should be unzipping the file and placing the unzipped contents on your web server in the inetpub/wwwroot directory. You'll want to make sure that if you're using any sort of proxy that this is shown in the json file properly as well.
Ben,
Here is a step by step guide:
Deploying the app to IIS is pretty straight forward.
Thank you Daniel and Robert for you help!
Robert,
If I had deployed an app using above methods. Will the app open for those people whom don't have access to the webmap.
I believe if an user tries to open an app from WAB directly and if it doesn't have access he cannot open the app .
I am wondering if the same will happen if we deploy the app in IIS ?
Vikram,
If you web map is not publicly accessible then the app will error. If the web map is publicly accessible but some of the map services in the web map are secured and not publicly accessible then the user will be challenged for a username and password and if they do not provide a correct one then that layer(s) will not show in the app.
Robert,
I don't understand the step 5 and 6...
Are you using the IIS authentication system ? Does the Windows'auth system is compatible with the AGOL/AGS auth system or is it just an other login step ?
Thank you by advance
Florian,
This is telling IIS what access permissions the application has to the directories that the apps physical path point to.
Oh ! Okay, so nothing to do with the authenticate system ! Just windows directories' rights !
Thank you for your explanation
Correct