I'm looking to make an app (created with ArcGIS Maps SDK for JavaScript) available on Portal for ArcGIS 10.9.1 (behind a firewall). I stored the .html file on a shared drive.
What's the workflow?
Any documentation on where to store the .html?
Solved! Go to Solution.
You need to put it on a web server. You then can add it add it as an application on Portal using the URL. You could put it on the same web server that the web adaptor is installed.
You need to put it on a web server. You then can add it add it as an application on Portal using the URL. You could put it on the same web server that the web adaptor is installed.
Thanks! I'll try soon.