Our requirement is to get the performance counter data from the production server(IIS 7.5, Windows Server 2008 R2).
To achieve the requirement we have created on data collector set to store the performance counter data in one folder, created website in IIS and enabled directory browsing to download the files.
his is working fine. However one of my friend told that can create the Webdav in IIS 7.5 to speed up the download process.
If We use Webdav, do we need to open port in production server?
Please suggest me which is one feasible for our requirement(Webdav/Website)