Hi guys,
All of our collegues don't have access to our Dataminer server but they need to use some reports and files that they would like to access on demand.
Is there an easy way to create a portal or something to allow users access some files and reports that are on Dataminer server using this portal ?
Thanks for your help ! 🙂
Hi, Gautier
Yes, it is possible to do it through IIS and configuring a virtual directory in a folder on your server (where you are generating the reports)
In this example I have it configured in anonymous mode enabled so that it does not require user authentication (but access can be defined with user credentials)
Finally validate the functioning of the virtual directory where you are generating the reports (as in this example) as localhost and then with the IP / directory name to the users.
I hope the information provided is useful.
Regards
Hi Christhiam,
Thanks a lot for your detailed answer. I’m gonna try it on my lab right now !